Add debug messages

This commit is contained in:
2025-10-07 21:22:21 +02:00
parent 8a1bef44d5
commit cf17b0b923

View File

@@ -43,7 +43,9 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack.
MOVEI B,FNAME2 ;Store the second file name in B
MOVEI C,FIELD ;Store the address of field in C
PUSHJ P,IMPRTF ;Load the file
PUSHJ P,PFIELD ;Print thee loaded field.
MOVE A,[BPTR,,WELCOME]
PUSHJ P,PUTLN
PUSHJ P,PFIELD ;Print the loaded field.
JRST DONE ;Jump to the end of the program.