[A83] Re: Storing a 'Word' to user var
[Prev][Next][Index][Thread]
[A83] Re: Storing a 'Word' to user var
Nat Allan wrote:
> I dont have the source that printed out the characters anymore, i think i
> deleted it from the program to save space
>
> So to store a large value to a uservar i would have to convert it to a
> decimal floating point number and then copy that to op1 and PushRealO1?
> Theres a ROM call for that, correct? Or would I have to manually convert
> the hex numbers into deciaml using a subroutine?
_setxxxxop2 ; converts HL to valid number in OP2
_op2toop1
_pushreal01
References: