Use NL/EOS instead of 10/0, use constants.asm for global constants
This commit is contained in:
6
constants.asm
Normal file
6
constants.asm
Normal file
@ -0,0 +1,6 @@
|
||||
section .rodata
|
||||
global EOS
|
||||
global NL
|
||||
|
||||
EOS equ 0x0
|
||||
NL equ 0xA
|
Reference in New Issue
Block a user