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,9 +1,11 @@
FCB EQU 5CH
ORG 100H
PUT 100H
JMP START
SECS:
DW 52 ;Patch for different configs
SECS: DW 52 ;Patch for different configs
START:
MOV AL,[FCB]
@@ -51,4 +53,4 @@ ERWRIT: DB "Disk write error$"
DRVBAD: DB "Bad drive specification"
END: