From 6fe55f74ce44e609a68693a0c33c4397483beae3 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 11 Jan 2026 12:44:40 +0100 Subject: [PATCH] Set C to 033 immediately --- src/sudoku.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sudoku.s b/src/sudoku.s index ae1033e..dc422ad 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -107,7 +107,7 @@ PFIELD: PUSH P,A ;Save the A register. PUSH P,C ;Save the contents of register C. PUSH P,X ;Save the contents of the index register. PUSH P,Y ;Save the contents of the Y register - MOVE C,033 ;Set a counter. + MOVEI C,033 ;Set a counter. MOVE X,[440400,,FIELD] ;Store a bytepointer in X. PFIELN: .IOT CHTTYO,[^M] ;Print a carriage return. .IOT CHTTYO,[^J] ;Print a new line.