Re: A82: ROM_Call's


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

Re: A82: ROM_Call's




>It depends on the addr, if it is < app. 900 it is a call, if it is > 
app.
>2000 then it is a ROM_CALL.
>
>Dines
>

   What about the other 1100 unaccounted for? I want to load hl->op1 
using call $1A88 is that a call or a ROM_CALL?

   And what about this section of ti82.h2:
GET_MEM = $21FE-$1A      ; Allocate memory
IS_MEM_AVAIL = $2297-$1A ; Check if memory is available
CREATE_VAR = $22E0       ; Create a new var
RESIZE_VAR = $23CA       ; Resize a var
GET_VAR_SIZE = $26AF     ; Get size of var

     $26AF is clearly above 2000 but it isn't a ROM_CALL.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: