Change initialization of A

This commit is contained in:
2025-08-02 22:50:58 +02:00
parent 3a887ef05c
commit 381ca8d04d

View File

@@ -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