Routines |
Prev: $2885 | Up: Map | Next: $28BB |
$28AB | JSR $3BE7 | Collect the event identifier from the command list. | ||
$28AE | JSR $31D2 | Has the signal for this event been raised? | ||
$28B1 | BCS $28B8 | Branch if so. | ||
$28B3 | JSR $1F77 | Place the address of the interruptible subcommand routine at $1129 into BOY WONDER's buffer and jump to it. | ||
$28B6 | .WORD $1129 | |||
$28B8 | JMP $1D2D | Terminate this primary command. |
Prev: $2885 | Up: Map | Next: $28BB |