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


13.4.25 Autostart / autoload (0xdd)

Load a program then return to the monitor

Command body:

byte 0: Run after loading?

0x01: true, 0x00: false

byte 1-2: File index

The index of the file to execute, if a disk image. 0x00 is the default value.

byte 3: Length of filename
byte 4+: Filename

The filename to autoload.

Response type:

0xdd: MON_RESPONSE_AUTOSTART

Response body:

Currently empty.