Debug: Format output properly

This commit is contained in:
2025-11-30 14:04:24 +01:00
parent f517803b0f
commit 40af13b49b

View File

@@ -48,7 +48,7 @@ START: MOVE P,[-PDLLEN,,PDL-1] ;Initialize the stack.
MOVEI A,001 ;Pretend the field name is SIXBIT
MOVEM A,PFLAGS ;Store flags in PFLAGS
MOVE A,[BPTR,,FNAME1] ;Load FNAME1 into the A
PUSHJ P,PUTLN ;Print the name in a single line
PUSHJ P,OUTSTR ;Print the name in a single line
MOVE A,[BPTR,,FNAME2] ;Now repeat with FNAME2
PUSHJ P,PUTLN