Routines |
Prev: $2B0C | Up: Map | Next: $2B20 |
$2B0D | JSR $3BE7 | Collect the event identifier from the command list and transfer it to Y. | ||
$2B10 | TAY | |||
$2B11 | LDA #$44 | Prepare to address the signal flags table at $4400. | ||
$2B13 | STA $57 | |||
$2B15 | LDA #$00 | |||
$2B17 | STA $56 | |||
$2B19 | LDA #$00 | Lower the signal for the given event. | ||
$2B1B | STA ($56),Y | |||
$2B1D | JMP $1D2D | Terminate this primary command. |
Prev: $2B0C | Up: Map | Next: $2B20 |