From 0c14b27b969e4856c01d730051f896860c19c997 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 11 Jan 2026 13:32:41 +0100 Subject: [PATCH] Add formatting code --- src/sudoku.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sudoku.s b/src/sudoku.s index 8ede859..8cbd091 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -122,6 +122,8 @@ PFIENO: MOVEI B,040 ;Print a space. SOJE C,PFIEEX ;Exit, if no more elements are read. ADDI B,060 ;Convert number into char. .IOT CHTTYO,B ;Print the number. + .IOT CHTTYO,040 + .IOT CHTTYO,174 SOJE Y,PFIELN ;End the line and start a new one. JUMPA PFIENO ;Jump back to print the next number.