symbols_extra_ram_addr.hss 961 B

1234567891011121314151617181920
  1. [Main]
  2. Title=_extraramaddr@..., _extraramaddr__...
  3. Index=_extraramaddr@..., _extraramaddr__...
  4. See Also=symbols_extraram: _extraram, symbols_ram_call: _RAM_CALL...
  5. [Top]
  6. _extraramaddr@<I>index</I> and _extraramaddr__<I>index</I> are treated as
  7. references to an extra RAM address with the index <I>index</I> interpreted as
  8. a hexadecimal value. <I>index</I> is an index into the extra RAM table
  9. defined by the program (using the
  10. <A HREF="$$LINK(symbols_extraram)">_extraram</A> symbol). The value which
  11. __extraramaddr... symbols are resolved to is either the TI-89 or the
  12. TI-92(+)/V200 value of the table row specified by <I>index</I>.
  13. <BR><BR>
  14. Internally, extra RAM addresses are stored as RAM calls and treated the same
  15. way.
  16. <A HREF="$$LINK(insert_kernel_ram_calls)">__ld_insert_kernel_ram_calls</A>
  17. and <A HREF="$$LINK(insert_preos_compressed_tables)">
  18. __ld_insert_preos_compressed_tables</A> output RAM calls and extra RAM
  19. addresses similarly to each other.