Routines |
Prev: $270D | Up: Map | Next: $2757 |
$2745 | LDA $3F | Pick up the flags byte from $3F. | ||
$2747 | AND #$80 | Has the teacher's command list been marked for a restart? | ||
$2749 | BEQ $274E | Branch if not. | ||
$274B | JMP $1D28 | Terminate the interruptible subcommand. | ||
$274E | JSR $0D91 | Is ERIC in the classroom he should be in? | ||
$2751 | BNE $2756 | Return if not. | ||
$2753 | JMP $0EB4 | Otherwise restart the teacher's command list. | ||
$2756 | RTS |
Prev: $270D | Up: Map | Next: $2757 |