1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-05 06:48:39 +11: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:
Clanmaster21 2019-10-10 19:30:45 +01:00 committed by GitHub
parent f01ef676b0
commit 50c04ef17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
; *** DATA ***
; Useful data to point to, when a pointer is needed.
P_NULL: .db 0
; *** REGISTER FIDDLING ***
; add the value of A into DE