Fix typo in code

This commit is contained in:
2026-01-01 21:17:09 +01:00
parent 8f6c3490d9
commit 716f665ebc

View File

@@ -114,7 +114,7 @@ PFIELN: .IOT CHTTYO,[^M] ;Print a carriage return.
MOVEI Y,011 ;Load the index register with 9. MOVEI Y,011 ;Load the index register with 9.
MOVEI B,174 ;Print a '|' symbol. MOVEI B,174 ;Print a '|' symbol.
.IOT CHTTYO,B .IOT CHTTYO,B
PFIENO: MOVEi B,020 ;Print a space. PFIENO: MOVEI B,020 ;Print a space.
.IOT CHTTYO,B .IOT CHTTYO,B
ILDB B,X ;Load the next field. ILDB B,X ;Load the next field.
JUMPE B,PFIEEX ;Exit, if no more elements are read. JUMPE B,PFIEEX ;Exit, if no more elements are read.