But still, I keep getting this error when I use the %include directive:
first.s:1: error: `%include' expects a file name
I'm beginning to think it's not the executable format that's the problem, but something to do with the syntax. I used this line of code:
%include asm_io.inc
I don't think it has anything to do with the existence or readability of asm_io.asm, asm_io.inc, or asm_io.o. The assembler just isn't recognizing asm_io.inc as a filename for some reason.


Sign In
Create Account


Back to top









