From 1231eec31f0ee355fffe8f990768cb0bfb58ce48 Mon Sep 17 00:00:00 2001 From: Jali Date: Fri, 3 Oct 2025 16:21:59 +0200 Subject: [PATCH] Test switching output format --- src/sudoku.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sudoku.s b/src/sudoku.s index 7c48ae4..20a2170 100644 --- a/src/sudoku.s +++ b/src/sudoku.s @@ -43,6 +43,8 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack. PUSHJ P,PUTLN MOVE A,[BPTR,,FNAME2] PUSHJ P,PUTLN + MOVE A,000 + MOVEM A,PFLAGS MOVE A,[BPTR,,LOADING] ;Print the loading message PUSHJ P,OUTSTR MOVEI A,FNAME1 ;Store the first file name in A