Use the correct code for space char
This commit is contained in:
@@ -116,7 +116,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,040 ;Print a space.
|
||||||
.IOT CHTTYO,B
|
.IOT CHTTYO,B
|
||||||
ILDB B,X ;Load the next field.
|
ILDB B,X ;Load the next field.
|
||||||
SOJE C,PFIEEX ;Exit, if no more elements are read.
|
SOJE C,PFIEEX ;Exit, if no more elements are read.
|
||||||
|
|||||||
Reference in New Issue
Block a user