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
|
MOV AH,SETDMA
|
||||||
INT 21H
|
INT 21H
|
||||||
MOV CX,BP
|
MOV CX,BP
|
||||||
SUB CX,1F2H
|
SUB CX,START-7FH
|
||||||
AND CL,80H
|
AND CL,80H
|
||||||
JCXZ EXIT
|
JCXZ EXIT
|
||||||
ROL CX
|
ROL CX
|
||||||
@@ -152,4 +152,4 @@ ADDR: DB "Address out of range--conversion aborted$"
|
|||||||
DIRFUL: DB "Disk directory full$"
|
DIRFUL: DB "Disk directory full$"
|
||||||
|
|
||||||
START:
|
START:
|
||||||
|
|
||||||
Reference in New Issue
Block a user