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


13.4.10 Registers set (0x32)

Set the register values

Command body:

byte 0: memspace

Describes which part of the computer you want to write:

  • 0x00: main memory
  • 0x01: drive 8
  • 0x02: drive 9
  • 0x03: drive 10
  • 0x04: drive 11
byte 1-2: 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-3: register value

See Register Response (0x31).