Routines |
Prev: 9821 | Up: Map | Next: 984B |
|
||||
9837 | LD HL,$F81E | HL=F81E. | ||
983A | LD A,(HL) | A=*HL. | ||
983B | AND %11111000 | Keep only bits 3-7. | ||
983D | LD (HL),A | Write A to *HL. | ||
983E | LD A,($F80C) | Jump to ControlCode_04 if *F80C is greater than 08. | ||
9841 | CP $08 | |||
9843 | JP NC,ControlCode_04 | |||
9846 | OR (HL) | Set the bits from *HL. | ||
9847 | LD (HL),A | Write A to *HL. | ||
9848 | JP $995D | Jump to 995D. |
Prev: 9821 | Up: Map | Next: 984B |