Next: , Previous: , Up: Commands   [Contents][Index]


13.4.20 Registers available (0x83)

Gives a listing of all the registers for the running machine with their names.

Command body:

byte 0: memspace

Describes which part of the computer you want to read:

  • 0x00: main memory
  • 0x01: drive 8
  • 0x02: drive 9
  • 0x03: drive 10
  • 0x04: drive 11

Response type:

0x82: MON_RESPONSE_REGISTERS_AVAILABLE

Response body:

byte 0-1: The count of the array items
byte 2+: An array with items of structure:
byte 0: Size of the item, excluding this byte
byte 1: ID of the register
byte 2: Size of the register in bits
byte 3: Length of name
byte 4+: Name