Added 86-DOS kernel and fixed HEX2BIN bug
Added the reconstructed source code of the 86-DOS kernel and fixed a hard coded offset reference in HEX2BIN.ASM.
This commit is contained in:
+2
-2
@@ -127,7 +127,7 @@ DONE:
|
||||
MOV AH,SETDMA
|
||||
INT 21H
|
||||
MOV CX,BP
|
||||
SUB CX,1F2H
|
||||
SUB CX,START-7FH
|
||||
AND CL,80H
|
||||
JCXZ EXIT
|
||||
ROL CX
|
||||
@@ -152,4 +152,4 @@ ADDR: DB "Address out of range--conversion aborted$"
|
||||
DIRFUL: DB "Disk directory full$"
|
||||
|
||||
START:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user