Code style fixes

Updated the code style to better align with Paterson's.
This commit is contained in:
Broken Pipe
2024-03-23 01:33:01 +00:00
parent 749d1e0a4d
commit a25b0e63b6
8 changed files with 59 additions and 51 deletions
+5 -3
View File
@@ -1,4 +1,4 @@
; 86-DOS High-performance operating system for the 8086 version 0.11
; QDOS High-performance operating system for the 8086 version 0.11
; by Tim Paterson
@@ -102,6 +102,8 @@ BIOSFLUSH EQU 27 ;Disk buffer flush
; Start of code
ORG 0
PUT 100H
JMP DOSINIT
ESCTAB:
@@ -275,7 +277,7 @@ BADCALL:
IRET: IRET
ENTRY: ;System call entry point and dispatcher
POP AX ;IP from the long call at 5
POP AX ;IP from the long call at 5
POP AX ;Segment from the long call at 5
SEG CS
POP [TEMP] ;IP from the CALL 5
@@ -2240,4 +2242,4 @@ SSSAVE DS 2
SPSAVE DS 2
CURDRV DS 2
DRVTAB: ;Address of start of DPBs