According to asm6's readme, the command (run from a .bat file?) the command should be formatted as:
The command I'm using:
This however only outputs the list file. I didn't see a -option that lets you keep the window open to see if there were any problems either, so i can't know what is wrong.
This is a very unfortunate problem with a lot of assemblers that they don't have a very comprehensible manual for beginners if they have one at all.
Code:
asm6 [-options] sourcefile [outputfile] [listfile]
The command I'm using:
Code:
asm6 main.asm main.bin main.lst
This however only outputs the list file. I didn't see a -option that lets you keep the window open to see if there were any problems either, so i can't know what is wrong.
This is a very unfortunate problem with a lot of assemblers that they don't have a very comprehensible manual for beginners if they have one at all.