Get rid of gcc, adds exit()
This commit is contained in:
@ -3,6 +3,7 @@ section .rodata
|
||||
global NR_write
|
||||
global NR_open
|
||||
global NR_close
|
||||
global NR_exit
|
||||
|
||||
global EOS
|
||||
global NL
|
||||
@ -12,6 +13,7 @@ section .rodata
|
||||
NR_write equ 1
|
||||
NR_open equ 2
|
||||
NR_close equ 3
|
||||
NR_exit equ 60
|
||||
|
||||
;ascii
|
||||
EOS equ 0x0
|
||||
|
Reference in New Issue
Block a user