0 Members and 1 Guest are viewing this topic.
here is a little package I made to make assembly easierit includes Spasm2, ti83Plus.inc, and a bat file to make assembling easier.tell me what you think
@echo off & setLocal EnableDELAYedExpansionset N=for /f "tokens=* delims= " %%a in ('dir/b *.asm *.z80') do (set /a N+=1set v!N!=%%aecho !N! %%a)echo.set /p F=Assemble file: set /p S=Assemble to:set s=%S%.8xpcall spasm.exe !v%F%! %S%pause
Hmm, PindurTI eh? I'll have to look into that.To run it without firefox requires the XUL runner, which I will package with it.I was wondering, is there any way to do syntax highlighting using JavaScript and textboxes?
Isn't PTI site down now, tho? It has been a few years since the author was last seen in the TI community. I have a build in the archives, though.