Author Topic: MLC 68K  (Read 14230 times)

0 Members and 1 Guest are viewing this topic.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
MLC 68K
« on: August 29, 2008, 01:43:36 pm »
The Multi-platform Language for Calculators (MLC) was something originally thought up and made by a programming group called the Epic Programming Studios (web archive link), and they made MLC interpreters and programs for the Casio AFX and TI-86.  Besides being multi-platform, it's faster than TI-BASIC and supports grayscale, tile-mapping, and has a lot of commands that would be helpful to game programmers, like collision-detection ones.  The group broke apart a few years ago, but I thought the MLC project was pretty cool, so I made a MLC interpreter for the TI-89/TI-92+/Voyage 200 calculators - MLC 68K (some Casio people also continued the project as well). 

It's nearly complete (it supports every MLC variable and expression type, allowing for things like: %I+=@ARY(3*%VAR)+3-*PTR), but I still need to fix a few bugs and things.  Here are some screen shots of MLC games originally written for the TI-86 interpreter running on the MLC 68K interpreter:



And here's a short demo showing grayscale and tilemapping in MLC 68K;



Here are some screenshots of MLC games running on various interpreters, and here is some general information about MLC as part of some documentation I'm working on.

I also started working on an on-computer IDE for MLC which will be able to generate MLC programs for all supported calculators in the appropriate file formats (.86p for TI-86 MLC programs, etc.)

Download MLC 68K Alpha 1 - MLC sample programs (written by the Epic Programming Studios) included - MLC programs on 68K calculators are stored as text files and can be ran on the homescreen by doing: mlc2("progname").

Note that I don't think any of the sample programs work completely, so if anybody could figure out what exactly is causing them to not work, that'd be great. :)  And remember, there's some online documentation that's nearly complete here if you need help getting started programming with MLC.

Hopefully I'll have a new release within a few weeks of MLC 68K that has some bugs fixed, is compressed, has a "tokenizer" for smaller and faster programs, and has better key layouts on the TI-92+ and Voyage 200.
« Last Edit: August 29, 2008, 01:50:35 pm by bfr »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MLC 68K
« Reply #1 on: August 29, 2008, 06:12:23 pm »
Wow glad a version is avaliable. These screenshots brings me back old memories from EPS when Deimos and 4nic8 did full of MLC games. I hope one day I can make games for both platforms at the same time, even if a huge RPG or metroid game wouldn't fit well. Nice job :)

Offline Dantes

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
    • View Profile
Re: MLC 68K
« Reply #2 on: September 01, 2008, 04:52:38 am »
Wow, I'd heard of a MLC 68k version still being worked on but I never thought I'd see it come to any form of fruition. Bfr, this is awesome. I was one of the original staff members (known as Unknown/The Unknown One/the_unknown_one) who thought of and started working on MLC. Though personally I never got around to doing more than testing, programming a few games (Shoot! is one I can think of) and discussing the platform/giving ideas (I was supposed to work on the TI-83+ version but I never got around to it), it was awesome and I'm glad it's still alive. For me, the problem was that it was just too ambitious, making an interpreter for all (or at least several) calculator models while keeping speed and all... It was a huge project, and we weren't able to pull it off. But I think we have like... The 86 version, 68k version, two Casio versions and the PC IDE, right? That's not bad. If I ever get the time and motivation for calculator programming again, maybe I'd make some games for it or even an TI-83/84 interpreter... Who knows what the future holds? Anyway, thanks for keeping this alive, bfr. If you're still working on it, keep us informed about updates please, I'd like to stay in the know about this.
« Last Edit: September 01, 2008, 04:57:31 am by Dantes »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MLC 68K
« Reply #3 on: September 01, 2008, 05:33:46 am »
welcome back dantes :), EPS brings be back some old memories. It really brought the TI and Casio community together and without this group I doubt MLC would ever have happened.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MLC 68K
« Reply #4 on: September 02, 2008, 11:31:53 pm »
MLC alpha doesnt work, I get an "ASAP Or Exec String Too Long" error when I type for example mlc("lights") on the home screen :( I tried on VTI 92+ and 89

EDIT: Nvm got it to work fine on calc. It appears either it's titanium only or it only supports AMS above 2.04 or something
« Last Edit: September 03, 2008, 02:47:02 am by DJ Omnimaga »

Offline Speler

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 857
  • Rating: +6/-2
    • View Profile
Re: MLC 68K
« Reply #5 on: September 03, 2008, 10:55:52 am »
Wow, I'd kind of assumed this project had died.  Awesome to see that it still exists.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: MLC 68K
« Reply #6 on: September 03, 2008, 10:16:25 pm »
I'd say MLC has been sucessful. TI-86, several CASIO calcs, a TI-89 version nearing completion, and an unfinshed TI-83 version floating around somewehere. That ain't bad at all.

Offline Tribal

  • The Fallen
  • LV5 Advanced (Next: 300)
  • *
  • Posts: 218
  • Rating: +15/-1
    • View Profile
Re: MLC 68K
« Reply #7 on: September 04, 2008, 04:47:42 pm »
Looks nice, I might have download this and try it sometime, and learn 68K sometime   :-X

Offline uberspire

  • LV3 Member (Next: 100)
  • ***
  • Posts: 61
  • Rating: +57/-0
    • View Profile
    • Uberspire
Re: MLC 68K
« Reply #8 on: September 09, 2008, 07:27:44 pm »
Cool, I'll try this out on my TI-89. :D

Right now I've halted MLC for fx-9860G and am now working on MLC for my Falcon calculator.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MLC 68K
« Reply #9 on: September 09, 2008, 07:56:25 pm »
Falcon calculator? Did a new company started doing graphing calcs? I only knew HP did, and Casio/TI still does.

Offline uberspire

  • LV3 Member (Next: 100)
  • ***
  • Posts: 61
  • Rating: +57/-0
    • View Profile
    • Uberspire
Re: MLC 68K
« Reply #10 on: September 12, 2008, 10:36:21 pm »
Falcon is a calculator that I'm designing (original design) and building. I have a thread about it at here: Falcon 8. I kind of got the idea from some guy at United-TI who wanted to build his own TI-86. I thought to myself, why not build my own with decent specs.

It uses MLC as one of it's native languages. Lua might be added later.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MLC 68K
« Reply #11 on: September 13, 2008, 10:07:11 am »
Oooh ok I see now. I remember on the EPS forums around early 2005 I think there was someone who asked for help to build a calc, altough he almost got banned because he was extremly rude. Sounds like a cool project. Will it be compatible with other calcs?

ASHBAD_ALVIN

  • Guest
Re: MLC 68K
« Reply #12 on: December 03, 2010, 01:34:58 pm »
this is really cool!  is it almost done yet?

keep up the great work!

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: MLC 68K
« Reply #13 on: December 03, 2010, 02:48:53 pm »
this is really cool!  is it almost done yet?

keep up the great work!
*cough*Necropost*cough*


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: MLC 68K
« Reply #14 on: December 03, 2010, 03:26:39 pm »
HOLY NECROPOST, BATMAN  :o

Two years...
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ