Re: A86: Re: [sqrt] program trouble
[Prev][Next][Index][Thread]
Re: A86: Re: [sqrt] program trouble
>
>In a message dated 10/6/98 21:02:18 Eastern Daylight Time,
>assets@eden.rutgers.edu writes:
>
>> This is a problem, you don't want to return with the zero flag reset or
you
>> will reorganize the key board matrix. It should be jr nz,End
>> You also need to get the keypress before you can check it. Asm modules
>> only return without changing registers.
>>
>> ld a,($d625)
>> ret z ;this will speed it up a little, note that
>the
>> zero flag is set
>
>
>what's the documented name for memory address $d625 ?
>is that instead of the alpha checking code?
_asm_reg_a in ti86asm.inc
that just gets the keypress; all registers are passed to modules through
_asm_reg_x(x)