Prev: 54385 Up: Map Next: 54439
54421: Routine at D495
Used by the routines at 51593, 52265 and 53317.
54421 CP 255 Compare A with 255.
54423 RET Z Return if A is equal to 255.
54424 CALL 53815 Call 53815.
54427 LD A,1 Compare *IX+0 with 1.
54429 CP (IX+0)
54432 LD A,255 A=255.
54434 RET NZ Return if A is not equal to 1.
54435 LD A,(IX+15) A=*IX+15.
54438 RET Return.
Prev: 54385 Up: Map Next: 54439