Use NL/EOS instead of 10/0, use constants.asm for global constants
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
extern NL
|
||||
|
||||
extern strlen
|
||||
|
||||
section .rodata
|
||||
NL db 10
|
||||
section .text
|
||||
global print
|
||||
global puts
|
||||
|
Reference in New Issue
Block a user