Re: A86: Re: rst $xx
[Prev][Next][Index][Thread]
Re: A86: Re: rst $xx
no jumps and calls take up the same:
call -> CD1A41
jump -> C31A41
i think you are thinking of a jr but those take up 2 bytes
-----Original Message-----
From: Garcia <xrigel@q-net.net>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, March 22, 1998 2:29 PM
Subject: Re: A86: Re: rst $xx
>
>Like a jump I believe but it only taks one byte ($FF) as opposed to call,
>three bytes (CD824A).
>
>A.G.
>
>
>>
>>so is it like a call or a jump?
>>
>>>
>>> >RST $00 power up/reset ;resets the calc state to just being powered up
>...
>
Follow-Ups: