Prev: 60525 Up: Map Next: 60556
60526: Routine at EC6E
Used by the routine at CheckPassword.
60526 LD (IY+7),0 Write 7 to *IY+7.
60530 SET 3,(IY+48) Set bit 3 of *IX+48.
60534 LD HL,23611 HL=FLAGS.
60537 RES 5,(HL) Reset bit 5 of *HL.
60539 BIT 5,(HL) Test bit 5 of *HL.
60541 JR Z,60539 Jump to 60539 if {} is zero.
60543 LD A,(23560) A=*LAST_K.
60546 CP 128 Jump to 60527 if A is higher than 128.
60548 JR NC,60527
60550 CP 96 Return if A is lower than 96.
60552 RET C
60553 RES 5,A Reset bit 5 of A.
60555 RET Return.
Prev: 60525 Up: Map Next: 60556