Re: A83: Y-vars used as in basic
[Prev][Next][Index][Thread]
Re: A83: Y-vars used as in basic
You would have to load the equation Y1 into op1 and call _ParseInp
_ParseInp .equ 4E8Ch
EQUOBJ .equ 03h
ld hl,op1
ld hl,EQUOBJ
inc hl
ld hl,tY1
call _ParseInp ;OP1 now contains Y1 evaluated
"M. Delmas" wrote:
>
> How can I do, within an assembly program, the Y1->H BASIC command? I want to
> calculate the value of Y depending on X and store it to a system variable.
--
Scott "_Wrath_" Dial
homosapian@geocities.com
ICQ#3608935
http://www.geocities.com/~homosapian/
References: