mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-21 22:13:33 -07:00
Code cleanup
This commit is contained in:
parent
b297ae5788
commit
3f5dca4c74
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
@ -1210,4 +1210,4 @@ RCH: DS 1
|
||||||
RAL: DS 1
|
RAL: DS 1
|
||||||
RIX: DS 1
|
RIX: DS 1
|
||||||
RIY: DS 1
|
RIY: DS 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue