A85: Re: Assembly-85 Digest V1 #291


[Prev][Next][Index][Thread]

A85: Re: Assembly-85 Digest V1 #291




>> i think in Usgard.h there is also:
>> TEMP_STORAGE    =$827C  ; 128 bytes temporary storage
>> though i am not sure what this is used for in the calculator.
>> -mike pearce
> 
> I think it is the delete/undelete buffer (in the program editor).

No, the undelete buffer is exactly 100 bytes long.  According
to the most official document on the subject I can find:

(Size Addr Description)
> 80?? 827C: buffer for name of last error (also used for other things ?)
> Byte 8333: x coordinate of menu text cursor

$8332 - $827C = $B6 (182 bytes)

Interesting.