I am using nasm assembler and 32 bit Ubuntu.When I try to execute a program,"unable to open include file 'io.mac' " error occurs.My compile commands :
nasm -f elf32 fact.asm
After I have searched this problem in some sites,I try :
nasm -f elf32 fact.asm -l fact.lst
However,error has not changed.Pls help.