LZ: TI-85 ROM


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

LZ: TI-85 ROM



I figure out these three routines from a ROM 10.0:


  --- 0x6e5b --Compares Cursor Row with mem:(0x8b30)--
  Input:
    None
  Output:
    A - Cursor Row
    Zero Flag


  --- 0x71af --Calculates address into table at 0x7976--
  Input:
    A  - Index
  Output:
    DE - 0x7976
    HL - A*7+0x7976


  --- 0x6e52 --Returns value from index in table at 0x7976--
  Input:
    A - Index
  Output
    A - Mem:(A*7+0x7976) - Memory at Table 0x7976 with index A


.............


Does anyone know what the table at 0x7976 is?