From a0808e4aacd754c312eb9800ffca87531fe1f50a Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 10 Aug 2025 00:31:44 +0200 Subject: [PATCH] When checking the printflags, use MOVE --- src/SUDOKU.MID | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUDOKU.MID b/src/SUDOKU.MID index abf6d36..62e6f4f 100644 --- a/src/SUDOKU.MID +++ b/src/SUDOKU.MID @@ -79,7 +79,7 @@ OUTSTR: PUSH P,B ;Save register B. HRLI A,BPTR ;Ensure, A is a byte pointer. OUT: ILDB B,A ;Load the next byte from A. JUMPE B,OUTEX ;Exit the routine, if all bytes are done. - MOVEI D,PFLAGS ;Load the print flags. + MOVE D,PFLAGS ;Load the print flags. TRNE D,001 ;Test, if the SIXBIT flag is set. ADDI B,40 ;Convert SIXBIT to ASCII. .IOT CHTTYO,B ;Print a character.