%ifndef MY_IO_H ; See nasm manual section 4.8.1 %define MY_IO_H extern PRINT_INT section .data SYS_EXIT: EQU 60 SUCCESS: EQU 0 %endif