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
+2 -1
View File
@@ -31,6 +31,7 @@ BLACK: EQU 80H
BPAWN: EQU BLACK+PAWN
ORG 100H
PUT 100H
;***********************************************************
; MAIN PROGRAM DRIVER
@@ -2303,4 +2304,4 @@ IY: DS 2
BC: DS 2
DE: DS 2
HL: DS 2