1
0
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:
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 *** ; *** 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