Code: Select all
Error: test.bas: Unspecified file error.
My source file (test.asm) is:
Code: Select all
PUTBASIC "test.bas", "test"
My BASIC file (test.bas) is:
Code: Select all
10PRINT"SYD CANT CODE"
GOTO10
and my command line is:
Code: Select all
beebasm -i test.asm -do test.ssd
I'm running linux mint 18.1 and I'm pretty sure I'm running an up to date version of beebasm, it reports beebasm 1.08.
I can INCBIN and INCLUDE files with no problems. What am I doing wrong?