0 Members and 2 Guests are viewing this topic.
yes you do. if you are vista or greater its pretty easy to get cmd up and running, i can walk you through it. Or you can use a bat file to do the dirty work. the syntax is:spasm [options] program.asm program.8xp
spasm -T -L Pokemon.asm Pokemon.8xkwabbitemu Pokemon.8xk Pokemon.lab
C:\Users\username\Desktop\Calc programs\SPASM.exe C:\Users\username\Desktop\Calc programs\Hello World.txt C:\Users\username\Desktop\Calc programs\Hello World.8xp
"C:\Users\username\Desktop\Calc programs\SPASM.exe" "C:\Users\username\Desktop\Calc programs\Hello World.txt" "C:\Users\username\Desktop\Calc programs\Hello World.8xp"
@echo offtitle SPASM - TI-83 Plus Assembler:mainset /p source=Source file: set /p output=Output name: echo.echo Assembling %source% into %output%spasm.exe Source\%source% Output\%output%echo.pauseset /p again=Assemble another file [y/n]: if %again%==y goto main
\spasm.bat\spasm.exe\ti83plus.inc\Source\\Output\
wait, spasm is a .bin to .8xp converter too?