From 381ca8d04d63223df717d55c12d69a34d93d2ac9 Mon Sep 17 00:00:00 2001 From: Jali Date: Sat, 2 Aug 2025 22:50:58 +0200 Subject: [PATCH] Change initialization of A --- src/SUDOKU.MAC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUDOKU.MAC b/src/SUDOKU.MAC index e71fda5..9e25244 100644 --- a/src/SUDOKU.MAC +++ b/src/SUDOKU.MAC @@ -14,7 +14,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack .LOSE %LSFIL -L: HRRI A, HELLO ;Load the address of the string into A +L: MOVE A, [440700,HELLO] ;Load the address of the string into A PUSHJ P, OUTSTR ;Print the string. JRST L ;Keep looping