Update CHKDSK.ASM

This commit is contained in:
bhanuyadav9136 2018-10-03 18:08:08 +05:30 committed by GitHub
commit 9d60705a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
TITLE CHKDSK - MS-DOS Disk consistancy checker TITLE CHKDSK - MS-DOS Disk consistancy checker
; CHKDSK Version 2.30 ; CHKDSK Version 2.30
; Verifies and repairs MS-DOS disk directory.
; Verifies MS-DOS disk directory.
; Repairs MS-DOS disk directory.
; To build CHKDSK you need three modules: ; To build CHKDSK you need three modules:
@ -898,4 +900,4 @@ GOTNAME:
CODE ENDS CODE ENDS
END CHKDSK END CHKDSK