From 40af13b49b60c477730a974c53b4fa0317f72e65 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 30 Nov 2025 14:04:24 +0100 Subject: [PATCH] Debug: Format output properly --- src/sudoku.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sudoku.s b/src/sudoku.s index baf7929..d67ab54 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -48,7 +48,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. MOVEI A,001 ;Pretend the field name is SIXBIT MOVEM A,PFLAGS ;Store flags in PFLAGS MOVE A,[BPTR,,FNAME1] ;Load FNAME1 into the A - PUSHJ P,PUTLN ;Print the name in a single line + PUSHJ P,OUTSTR ;Print the name in a single line MOVE A,[BPTR,,FNAME2] ;Now repeat with FNAME2 PUSHJ P,PUTLN