I've seen some other questions regarding this, but none of them seem to help.
my nasm directory is:
NASM/
include/
macros/
consoleIO.inc
loops.inc
test.asm
consoleIO.inc includes loops.inc, but when I include consoleIO.inc into test.asm and assemble it, I get the following error:
include/macros/consoleIO.inc:1: fatal: unable to open include file `loops.inc'
Not sure if this is relevant, but I'm running this on an Xubuntu VM and i assemble the program like so:
nasm -f elf -o test.o test.asm
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…