Code cleanup

This commit is contained in:
Andriy Fedorov 2018-10-29 11:28:43 +11:00
commit 3f5dca4c74

View file

@ -191,7 +191,7 @@ GETCH:
CMP AL,3 ; Partial record read? CMP AL,3 ; Partial record read?
JE OKRECORD JE OKRECORD
MOV AL,EOF ; Force end-of-file character in case MOV AL,EOF ; Force end-of-file character in case
JP TESEND ; there is nothing in the record. JP TESEND ; there is nothing in the record.
OKRECORD: OKRECORD:
MOV BX,GETBUF ; Reset buffer pointer. MOV BX,GETBUF ; Reset buffer pointer.
GETIT: GETIT: