Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: DarkLechuga on June 10, 2012, 03:30:51 pm

Title: Best IDE for TI 83+ Asm???
Post by: DarkLechuga on June 10, 2012, 03:30:51 pm
Currently, what is the best IDE for Asm programming on the 83+??? I'm looking specifically for something that'll catch any mistakes i may make :|
Title: Re: Best IDE for TI 83+ Asm???
Post by: Geekboy1011 on June 10, 2012, 03:35:27 pm
there really isnt a perfect one out there. i personally have used the now defunct and unobtainable tide. i currently use npp and spasm or brass. with some batch files. really there is on way for it to catch errors other than syntax ones and the compiler will do that for you on compiling :P
Title: Re: Best IDE for TI 83+ Asm???
Post by: ralphdspam on June 10, 2012, 06:28:51 pm
For Windows, I use Wabbitcode.  You shouldn't use the built-in emulator because it's outdated.
On my Linux Mint machine, I use gedit with SPASM.

It really comes to personal preference.  There is no "right" way to do it.
Title: Re: Best IDE for TI 83+ Asm???
Post by: blue_bear_94 on June 10, 2012, 09:03:21 pm
There's also an online IDE called ORG (http://clrhome.org/asm).
Title: Re: Best IDE for TI 83+ Asm???
Post by: aeTIos on June 13, 2012, 07:56:06 am
Oh wow, forgot that ^.^
Thanks!
edit: also, if you want to at least have correct syntax, you could use mimas, which forces correct syntaxis.
Title: Re: Best IDE for TI 83+ Asm???
Post by: chickendude on June 13, 2012, 09:01:04 am
I just use WabbitCode for linux for its syntax highlighting (and code counter :D) then have a simple script that compiles the code, loads tilem2, runs a macro, and automatically executes my program :) WabbitCode for windows has that built-in, but it takes a while to load WabbitEmu each time and it doesn't execute your program automatically.