Restore NL in console.asm -- syscall 1 requires mem addr, not constant 0xA
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
extern NL
|
||||
|
||||
extern strlen
|
||||
|
||||
section .rodata
|
||||
NL db 0xA
|
||||
section .text
|
||||
global print
|
||||
global puts
|
||||
|
Reference in New Issue
Block a user