From b54265262463ec01bc6c1d57c074e0cab767565d Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 3 Aug 2025 13:19:18 +0200 Subject: [PATCH] Change assignment of string --- src/SUDOKU.MAC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUDOKU.MAC b/src/SUDOKU.MAC index 9e25244..49fbb93 100644 --- a/src/SUDOKU.MAC +++ b/src/SUDOKU.MAC @@ -1,3 +1,4 @@ +;-*-MIDAS-*- TITLE SUDOKU SOLVER P=17 ;Defines AC 17 as the stack pointer. @@ -14,7 +15,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack .LOSE %LSFIL -L: MOVE A, [440700,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