From 716f665ebc2131a24fd041ce2c53f65077e9d8dd Mon Sep 17 00:00:00 2001 From: Jali Date: Thu, 1 Jan 2026 21:17:09 +0100 Subject: [PATCH] Fix typo in code --- src/sudoku.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sudoku.s b/src/sudoku.s index 8e3f3b9..6659aa4 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -114,7 +114,7 @@ PFIELN: .IOT CHTTYO,[^M] ;Print a carriage return. MOVEI Y,011 ;Load the index register with 9. MOVEI B,174 ;Print a '|' symbol. .IOT CHTTYO,B -PFIENO: MOVEi B,020 ;Print a space. +PFIENO: MOVEI B,020 ;Print a space. .IOT CHTTYO,B ILDB B,X ;Load the next field. JUMPE B,PFIEEX ;Exit, if no more elements are read.