Use NL/EOS instead of 10/0, use constants.asm for global constants

This commit is contained in:
2025-06-24 16:34:06 +02:00
parent e48e91630e
commit 2005adf25f
4 changed files with 49 additions and 38 deletions

6
constants.asm Normal file
View File

@ -0,0 +1,6 @@
section .rodata
global EOS
global NL
EOS equ 0x0
NL equ 0xA