(hexdump.tal)Removed trailing short

This commit is contained in:
Devine Lu Linvega 2022-07-31 11:35:45 -07:00
parent c6ed7170e7
commit 806b8c0fa9
1 changed files with 5 additions and 6 deletions

View File

@ -28,15 +28,14 @@ BRK
LIT2r 0000
&stream
#0000 ,&buf STR2
;&buf
DUP2 .File/read DEO2
LDA2 ,print JSR #2018 DEO
;&buf .File/read DEO2
.File/success DEI2 #0000 EQU2 ,&eof JCN
;&buf LDA2 ,print JSR #2018 DEO
INC2r
( linebreak )
STH2kr #0007 AND2 ORA ,&no-lb JCN
#0a18 DEO
&no-lb
.File/success DEI2 ORA ,&stream JCN
#0a18 DEO &no-lb
,&stream JMP &eof
POP2r
#010f DEO