Author Topic: Best IDE for TI 83+ Asm???  (Read 8799 times)

0 Members and 1 Guest are viewing this topic.

Offline DarkLechuga

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Best IDE for TI 83+ Asm???
« 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 :|

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Best IDE for TI 83+ Asm???
« Reply #1 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

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: Best IDE for TI 83+ Asm???
« Reply #2 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.
« Last Edit: June 10, 2012, 06:29:23 pm by ralphdspam »
ld a, 0
ld a, a

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Best IDE for TI 83+ Asm???
« Reply #3 on: June 10, 2012, 09:03:21 pm »
There's also an online IDE called ORG.
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Best IDE for TI 83+ Asm???
« Reply #4 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.
« Last Edit: June 13, 2012, 07:57:43 am by aeTIos »
I'm not a nerd but I pretend:

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Best IDE for TI 83+ Asm???
« Reply #5 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.