mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-20 05:23:37 -07:00
Update DEBUG.ASM
This commit is contained in:
parent
a38984ef5b
commit
d93b3240a8
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ TITLE DEBUGger for MS-DOS
|
||||||
; Parity nonsense by zibo
|
; Parity nonsense by zibo
|
||||||
;
|
;
|
||||||
; REV 2.3
|
; REV 2.3
|
||||||
; Split into seperate modules to allow for
|
; Split into separate modules to allow for
|
||||||
; assembly on an IBM PC
|
; assembly on an IBM PC
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -835,4 +835,4 @@ ENDIF
|
||||||
|
|
||||||
CODE ENDS
|
CODE ENDS
|
||||||
END START
|
END START
|
||||||
|