Fix comment
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ CHKMAT: PUSH P,A ;Save the register A
|
|||||||
PUSH P,C ;Save the data register
|
PUSH P,C ;Save the data register
|
||||||
PUSH P,E ;Save the E register
|
PUSH P,E ;Save the E register
|
||||||
PUSH P,X ;Save the index register
|
PUSH P,X ;Save the index register
|
||||||
MOVEI D,11 ;Load D with 16.
|
MOVEI D,11 ;Load D with 9.
|
||||||
SETZ E ;Set the hash register to 0.
|
SETZ E ;Set the hash register to 0.
|
||||||
MOVE X,[440400,,C] ;Store a byte pointer to C
|
MOVE X,[440400,,C] ;Store a byte pointer to C
|
||||||
CKLOOP: SOJE D,CHKEXT ;All bits set?
|
CKLOOP: SOJE D,CHKEXT ;All bits set?
|
||||||
|
|||||||
Reference in New Issue
Block a user