Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
ASM
»
Best IDE for TI 83+ Asm???
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Best IDE for TI 83+ Asm??? (Read 9850 times)
0 Members and 1 Guest are viewing this topic.
DarkLechuga
LV1
Newcomer (Next: 20)
Posts: 10
Rating: +0/-0
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 :|
Logged
Geekboy1011
The Oneironaut
Donator
LV11
Super Veteran (Next: 3000)
Posts: 2031
Rating: +119/-2
Dream that Awakening dream
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
Logged
ralphdspam
LV8
Addict (Next: 1000)
Posts: 841
Rating: +38/-1
My name is actually Matt.
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
»
Logged
ld a, 0
ld a, a
blue_bear_94
LV8
Addict (Next: 1000)
Posts: 801
Rating: +25/-35
Touhou Enthusiast / Former Troll / 68k Programmer
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
.
Logged
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
東方ぷろの
aeTIos
Nonbinary computing specialist
LV12
Extreme Poster (Next: 5000)
Posts: 3915
Rating: +184/-32
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
»
Logged
I'm not a nerd but I pretend:
chickendude
LV8
Addict (Next: 1000)
Posts: 817
Rating: +90/-1
Pro-Riot Squad
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
) 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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
ASM
»
Best IDE for TI 83+ Asm???