mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-12 23:28:16 +10:00
Tried harder to follow coding convention
Added tabs between mnemonics and operands, and replaced a new line I accidentally removed.
This commit is contained in:
parent
f01ef676b0
commit
50c04ef17c
@ -12,6 +12,7 @@
|
|||||||
; *** DATA ***
|
; *** DATA ***
|
||||||
; Useful data to point to, when a pointer is needed.
|
; Useful data to point to, when a pointer is needed.
|
||||||
P_NULL: .db 0
|
P_NULL: .db 0
|
||||||
|
|
||||||
; *** REGISTER FIDDLING ***
|
; *** REGISTER FIDDLING ***
|
||||||
|
|
||||||
; add the value of A into DE
|
; add the value of A into DE
|
||||||
|
Loading…
Reference in New Issue
Block a user