0 Members and 1 Guest are viewing this topic.
So you just run the first program to assemble a .asm or .z80 file and the second one is to create a batch file that will cut down on time. when you run them it should be pretty easy to use.
ok, so you put the source in the same folder as either of the programs, and then run them. The second on (ADH.exe) will help repetitive assembling by making a batch file that assembles in one run with no input, so it's much easier to use assemble.exe is less nice to use because it takes longer, but it's faster then doing all the command line work at once. I'm currently working on ADH.exe and making it better by making it create a project file instead of just assembling. So it will set up the the folder structure and everything. so it will be really helpful for starting new projects
Project Name |-source | |-spasm.exe | |-source.asm | |-ti83plus.inc | |-assemble.bat |-releases |-screenshots |-compiled |-readme.txt