Author Topic: Best on-calc ASM compiler  (Read 3446 times)

0 Members and 1 Guest are viewing this topic.

Offline Electricity440

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 5
  • Rating: +0/-0
    • View Profile
Best on-calc ASM compiler
« on: November 11, 2013, 01:54:05 pm »
I mastered TI-Basic, then Went to axe, and now I want to program ASM langauge on my calculator. What is the best assembly on-calc assembly compiler?

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Best on-calc ASM compiler
« Reply #1 on: November 11, 2013, 01:55:42 pm »
There is Mimas and ASMdream. The former is more recent and I recommend it more but you may want all the fancy features ASMdream has. Up to you but to begin with Mimas is easier.
You also have the option of directly typing in hex. :P
« Last Edit: November 11, 2013, 01:56:16 pm by Streetwalker »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Best on-calc ASM compiler
« Reply #2 on: November 11, 2013, 01:56:54 pm »
Yeah, I tried some asm with mimas some time ago too, the editor was quite nice indeed, though I recommend (as for any other languages) to back up your progress on your comp ;)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Best on-calc ASM compiler
« Reply #3 on: November 11, 2013, 02:58:21 pm »
There is Mimas and ASMdream. The former is more recent and I recommend it more but you may want all the fancy features ASMdream has.
Wait what ? I thought ASMDream was the most recent of both.
« Last Edit: November 11, 2013, 02:59:25 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Best on-calc ASM compiler
« Reply #4 on: November 11, 2013, 03:15:41 pm »
Yeah but Mimas is the most recently updated one.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Best on-calc ASM compiler
« Reply #5 on: November 11, 2013, 11:37:56 pm »
I've used Mimas a lot and have to say it's a really good IDE (better than the TI-BASIC editor is for TI-BASIC, by far).




Offline zeldaking

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 197
  • Rating: +15/-0
    • View Profile
Re: Best on-calc ASM compiler
« Reply #6 on: November 11, 2013, 11:56:36 pm »
I'm all about programming directly on calc, and I've found the best IDE is Mimas, I really enjoy being able to do everything on calc. Its great.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Best on-calc ASM compiler
« Reply #7 on: November 12, 2013, 12:39:17 am »
Yeah but Mimas is the most recently updated one.
Lol, see my edit ? It is because my post included your exact sentence before I checked and saw on ticalc that ASMDream was also the most recently updated one. Seems like there are updates without notifications here, while FloppusMaximus made a huge new post for his latest release on Mimas.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Best on-calc ASM compiler
« Reply #8 on: November 12, 2013, 03:10:23 am »
Does ASM Dream use the BASIC editor? As annoying as it can be, some BASIC and Axe coders have used the BASIC editor for so long that they can actually work faster using it than anything else. However, Mimas definitively seems to be the most complete editor.


Can Mimas and ASMDream edit files from archive, by the way?
« Last Edit: November 12, 2013, 03:10:59 am by DJ Omnimaga »

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Best on-calc ASM compiler
« Reply #9 on: November 12, 2013, 03:16:11 pm »
Oh lol Hayleia, didn't know that. :P
Asmdream uses the Basic editor but you have to type out instructions.
And Mimas can edit from archive since it's a standalone editor.

Also while Mimas has a better editor, Asmdream has a lot more features in the assembler (it's just an assembler actually) such as macros.
« Last Edit: November 12, 2013, 03:19:22 pm by Streetwalker »