Author Topic: Mimas - an on-calculator assembly IDE  (Read 18770 times)

0 Members and 1 Guest are viewing this topic.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Mimas - an on-calculator assembly IDE
« Reply #30 on: February 11, 2013, 01:51:28 am »
I seriously doubt I'm good enough to write a hook-like loader, so I'll stay with modifying Mimas to integrate the plugin and I'll let you do what you can :/

I want to make Mimas able to compile CHIP-8 mnemonics into CHIP-8 bytecode (which you'll can use with a CHIP-8 interpreter I'm currently working on).

In regards of all the things to do, I think it'd be better to have a bit of training with a simpler plugin, like one to display line numbers, I'll start with that.

Offline GinDiamond

  • LV3 Member (Next: 100)
  • ***
  • Posts: 71
  • Rating: +2/-2
  • I dont always fail at life, but when I do, I dont
    • View Profile
Re: Mimas - an on-calculator assembly IDE
« Reply #31 on: March 27, 2014, 10:16:22 am »
*bump*


When can defines be used and such? Also, I've found some bugs while using the (IX) register, I have to do (IX+0) and such instead of just (IX)

Offline TheCoder1998

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 434
  • Rating: +20/-2
  • my art is written in code, not in graphite
    • View Profile
    • My website :D
Re: Mimas - an on-calculator assembly IDE
« Reply #32 on: March 27, 2014, 12:23:44 pm »
HOLY NECROPOST  :o


but yeah, sorry, can't help you
i'm not so much of an asm programmer (the only command i know is C9-Return)
and i'm not sure if you're going to get another reply since this topic is kinda old...
my ticalc acc:

http://www.ticalc.org/archives/files/authors/113/11365.html

Spoiler For The Best Song Ever:


follow me on tumblr :)
www.rickdepizza.tumblr.com

check out my anilist :D
http://anilist.co/animelist/29701/Rickdepizza

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Mimas - an on-calculator assembly IDE
« Reply #33 on: March 27, 2014, 02:41:24 pm »
Well, Ben is still around (as far as I know), so I wouldn't be surprised if he did reply.

Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: Mimas - an on-calculator assembly IDE
« Reply #34 on: April 01, 2014, 05:56:17 am »
When can defines be used and such?
I'm not sure what you mean by this. You can define anything you want, and you chain defines. (That is, make one define based on another.)

Also, I've found some bugs while using the (IX) register, I have to do (IX+0) and such instead of just (IX)
It's a well-known issue. Just deal with it.
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Mimas - an on-calculator assembly IDE
« Reply #35 on: April 01, 2014, 04:41:55 pm »
I thought #define wasn't implemented yet ?

Offline Batprime11

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
    • TICalc
Re: Mimas - an on-calculator assembly IDE
« Reply #36 on: November 20, 2021, 07:26:26 am »
Could you add support for TASM commands?
It seems like that's the only program for calculator programming people with bother writing tutorials about!
By the way Great Program!!
 O.O  :o

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: Mimas - an on-calculator assembly IDE
« Reply #37 on: November 20, 2021, 07:42:29 am »
This is because the updated version of the most used ASM guide is not on ticalc.org, but rather a different URL now. Unfortunately, https://tutorials.eeems.ca/ASMin28Days/lesson/toc.html shows a Cloudflare error and I forgot the other link. I am surprised people even get TASM to run considering I never got it to run on any 64-bit system.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Mimas - an on-calculator assembly IDE
« Reply #38 on: November 23, 2021, 10:26:18 am »
This is because the updated version of the most used ASM guide is not on ticalc.org, but rather a different URL now. Unfortunately, https://tutorials.eeems.ca/ASMin28Days/lesson/toc.html shows a Cloudflare error and I forgot the other link. I am surprised people even get TASM to run considering I never got it to run on any 64-bit system.
It's up for me. I think I was just having network issues when you were looking.
/e