Prev: $0E59 Up: Map Next: $0EC1
$0EB4: Restart the command list
This corresponds to $7C47 in the ZX Spectrum version.
Used by command lists $B6, $BE, $C2, $C4, $CC, $CE and $DC.
$0EB4 LDA $3F Set bit 7 of the flags byte at $3F, signalling to the character-moving routine at $3B5E that a command list restart is required.
$0EB6 ORA #$80
$0EB8 STA $3F
$0EBA LDA #$00 Remove the address of any interruptible subcommand routine from the character's buffer.
$0EBC STA $AB
$0EBE JMP $1D2D Terminate this primary command.
Prev: $0E59 Up: Map Next: $0EC1