QUOTE |
The Multi-Platform Language for Calcs (MLC) is an interpreted language that will run on the Casio AFX and the TI-86. It was also being made for the TI-83+, but never got finished. Learn more about MLC here. I offered to help The Epic Programming Studios (EPS) with MLC 3.0. Burntfuse, a member of EPS, had already started on it, and was kind enough to give me intructions on building MLC 3.0 and gave me the source code of what he did so far. |
QUOTE | ||||||||||||||||||||
MLC86 by Donald Straney (Burntfuse) ----------------------------------- Version 2.7 A PRODUCT OF EPIC PROGRAMMING STUDIOS To find out what the MLC language is, and how to use it, please visit our website at www.dysfunction.earthforge.com. Files in this zip: /program - the files you need to send to your calculator to run MLC86 /source - the source code to MLC86 /sprite_edit - the on-calc sprite editor and the source code /samples - sample MLC programs (mostly games) readme.txt - what you're reading right now Post by: Dragon__lance on July 21, 2006, 06:08:00 am ![]() edit:another question i have is how exactly does MLC work?is the language saved in a ASM program,so once it's ran by the MLC editor,it get's interpreted like BASIC?and how large is the editor exaclty? Post by: bfr on July 21, 2006, 06:19:00 am
Yes, there are finished versions of MLC for the TI-86 and the Casio AFX. They were availible at the http://dysfunction.earthforge.com, but it doesn't seem to be functioning correctly.... MLC is edited directly on the calculator using the TI-86's built-in TI-BASIC prgram editor. You must put c1
ec2
At the top of your program in order for the MLC shell to recognize it. I'm not exactly sure how it works on the Casio AFX, but you can try asking the people at the http://www.casiocalc.org/?showforum=18. EDIT: I think that for there is an MLC editing program for the Casio AFX, but I'm not completely sure. Post by: DJ Omnimaga on July 21, 2006, 09:55:00 am ![]() Post by: Liazon on July 21, 2006, 11:02:00 am Post by: bfr on July 27, 2006, 07:10:00 am ![]() Any suggestions on it? I'm thinking of moving the buttons up a little, and making the "MLC 83+" text smaller. Also, I want the user to be able to configure some options. Right now, I'm thinking of making it so that they just have to press "MODE", but I would like a visual button or something, but I don't know where to put it. Note that after where it says "SIZE: ", it will of course display the selected programs size, and in the empty space will be a list of all MLC programs on the calculator. I was also thinking of making the GUI with 4-level grayscale, but I decided not to because it isn't really needed and would just make the program larger. What do you all think? Post by: DJ Omnimaga on July 27, 2006, 07:16:00 am ![]() *xlibman Post by: Madskillz on September 12, 2006, 02:37:00 pm Post by: DJ Omnimaga on September 13, 2006, 12:53:00 am Post by: Madskillz on September 13, 2006, 04:05:00 am @xlibman, were you on the staff at EPS? I think you were right? Is there anything you can remember...or perhaps do you have any of the old mock ups we made? Post by: necro on September 13, 2006, 04:12:00 am ![]() Post by: elfprince13 on September 13, 2006, 08:06:00 am Post by: DJ Omnimaga on September 13, 2006, 01:30:00 pm
aaah I c, and yea I was staff of EPS, i was even the one with highest post count before it died :D ![]() ![]() ![]() Post by: Dragon__lance on September 13, 2006, 02:53:00 pm -The MLC prgm edited through on-calc BASIC editor -When Compiled, the prgm takes the data for the BASIC program (in tokens) and creates a ASM program from the data? -Run the ASM program? That's just my theory, it's probably completely wrong, i'm just intrested in learning anything new! :D ![]() Post by: Madskillz on September 13, 2006, 05:03:00 pm c1-->
ec2
In that example it would draw a line from 0,0 to 0,64 and the 2 corresponded to the level of Grayscale. 1=white,2=lt gray, 3=med. gray,4=black line corresponded to a certain number in the interpretor. Then the interpretor loaded the program since it had the MLC at the start and would recognize the #LINE and know to draw a line at 0,0 0,64 and that it had to be lt gray. This has been over a year since I have looked at any of this, but I think it is fairly close. Dont worry once we get this rolling I will make tutorials, example programs, and a bunch of other resources so we can all benefit from MLC! As for the size of this...maybe two pages, it depends on really how much we wanna add. As of right now it easily fits on the first page, and I am going to try my best to keep it that way! Post by: DJ Omnimaga on September 14, 2006, 01:10:00 am I would go with the one currently in the works first tho, then if you have the will do the other editor :) ![]() Post by: Halifax on September 14, 2006, 09:15:00 am Post by: Dragon__lance on September 14, 2006, 01:20:00 pm Post by: Madskillz on September 14, 2006, 02:46:00 pm ![]() Post by: necro on September 14, 2006, 05:47:00 pm Post by: Madskillz on September 15, 2006, 07:23:00 am Post by: elfprince13 on September 15, 2006, 07:46:00 am Post by: necro on September 15, 2006, 09:11:00 am Post by: Madskillz on September 15, 2006, 09:38:00 am
-I sent a pm to bfr about that. He seems to be more comfortable with the 68k calcs. Plus I seem to work better on my own. We could certainly bounce ideas off of each other though...and I can always use the help! App programing is a bit different than just a regular asm program, so with that element it might be difficult for somebody who isnt used to z80 calcs. Post by: DJ Omnimaga on September 15, 2006, 12:25:00 pm Post by: Dragon__lance on September 15, 2006, 04:16:00 pm Post by: Madskillz on September 15, 2006, 04:45:00 pm ![]() As for how it works I think the answer is a few posts up...well the general idea that is. Even more great news the program detect has 100 errors to go through and I get to see if it works! Which is way better than 200+ that I had to go through, I am done for tonight. All the features are added to the shell, once I get the program detect to work, I will post an animated screenshot of the current status of the shell...I will even make a basic program on the calc in action, you know with just the MLC: at the beginning to show you guys it works, then comes entering the routines! :thumbup: ![]() Post by: DJ Omnimaga on September 16, 2006, 01:52:00 am ![]() good luck on this project guys! Post by: Liazon on September 16, 2006, 04:41:00 am It's sweet Post by: DJ Omnimaga on September 16, 2006, 04:46:00 am ![]() Post by: bfr on September 16, 2006, 05:59:00 am
It's interpreted, at the moment at least. If you all really want, I suppose we could consider a compiled version, although I don't know how that would work out. MLC right now, is kind of like if all TI-calculators had the same kind of TI-BASIC. But, right now, an MLC program for the TI-86 can't be directly sent to the Casio AFX without any modification. Maybe Madskillz or I could make an on-computer converter - that would be nice. Also, althouogh overall I know more about 68k programming than z80 programming, I know more about z80 Flash Apps than 68k Flash Apps. Also, to my knowledge, it isn't possible to create a 68k Flash App in C; the only way is 68k asm, which I'm not very good at. I guess I could make it not a Flash App.... Post by: Madskillz on September 16, 2006, 11:28:00 am
-what...that is the whole point of MLC! The user shouldnt have any problem taking the file from his calc uploading it to a comp and then sending it the casio. If that isnt the case, we are going to have to change some things around. Post by: bfr on September 16, 2006, 11:44:00 am Post by: Liazon on September 16, 2006, 12:26:00 pm edit: if the calc had more room, JIT compilation would be such a cool thing to have XD ![]() Post by: Dragon__lance on September 16, 2006, 01:14:00 pm ![]() ![]() ![]() ![]() Post by: Madskillz on September 16, 2006, 03:09:00 pm Post by: Liazon on September 16, 2006, 04:15:00 pm
I was thinking it'd be cool if MLCcould make a native ASM program as it was interpreting the MLC program. But I think the hardware limitations make that nearly impossible. Post by: DJ Omnimaga on September 17, 2006, 02:49:00 am Post by: Dragon__lance on September 19, 2006, 12:26:00 pm Ex:SPRT,DISP, etc.... I'm just wondering how this is gonna work for the 83+, because letters like that takes a lot of room for ram. Maybe use token instructions like "real(" instead? Post by: elfprince13 on September 19, 2006, 01:47:00 pm Post by: Liazon on September 19, 2006, 02:39:00 pm
It's a pity we can't use hex instead, otherwise readability is sacrificed. Then each command would be 2-3 bytes on avg. Plus, there could be more commands. Then it'd just be kinda like a hex translator. Perhaps a good idea for a computer based calc language. Post by: necro on September 19, 2006, 06:14:00 pm Post by: DJ Omnimaga on September 20, 2006, 01:39:00 am Post by: bfr on September 20, 2006, 01:10:00 pm ![]() mlc(program name,some sort of mode to run the program) So, for example, somebody could do: mlc("myprog",1) on the home screen or in a program to run the program "myprog" without running the MLC program and then selecting the program the user wants to run from a list. Also, on an unrelated note, I don't have any school tomarrow, which is why I'm posting today. w000000000000t! :w00t: ![]() Post by: elfprince13 on September 20, 2006, 02:17:00 pm Post by: DJ Omnimaga on September 21, 2006, 03:29:00 am Like Post by: bfr on September 21, 2006, 04:54:00 am Post by: elfprince13 on September 21, 2006, 11:46:00 am Post by: bfr on September 21, 2006, 01:35:00 pm EDIT I'm posting from a cell phone which won't let me type up my whole post Post by: elfprince13 on September 21, 2006, 01:37:00 pm Post by: bfr on September 21, 2006, 03:13:00 pm Also, if I need help parsing the code, I'll remember to come to you :) ![]() mlc("myprog",2,"CODE HERE") The "2" would stand for "write data" and "1" would be to "read" or run a program. To make things clearer, the following would edit "myprog": mlc("myprog",2,"MLC: #FNCT MAIN FEND") and the following would run "myprog": mlc("myprog",1) I want to avoid doing that though because it wouldn't be very user-friendly. Post by: Liazon on September 22, 2006, 10:42:00 am Write a program to find unconverted MLC programs and then convert the MLC programs made with the basic editor into their own type. Perhaps like necro said, convert to pure hex and a custom type, then unconvert when someone wants to edit. Or perhaps just make an unconverted copy. Post by: bfr on September 22, 2006, 01:13:00 pm ![]() Presenting...the (unfinished) MLC website: http://mlc.phpnet.us/index.php Post by: Dragon__lance on September 23, 2006, 07:54:00 am Post by: bfr on September 23, 2006, 02:12:00 pm *bfr pokes Madskillz* Post by: DJ Omnimaga on September 23, 2006, 04:15:00 pm Post by: bfr on September 23, 2006, 04:36:00 pm ![]() Post by: DJ Omnimaga on September 24, 2006, 02:24:00 am Post by: Madskillz on October 21, 2006, 06:10:00 am Post by: DJ Omnimaga on October 21, 2006, 06:25:00 am ![]() btw will the old games made for mlc be compatible with that version? Or will it require full of changes in the source code to get them to work? Post by: necro on October 21, 2006, 06:58:00 am Post by: Halifax on October 21, 2006, 01:31:00 pm ![]() Post by: bfr on October 28, 2006, 03:46:00 pm Killerplayer: Well, I've had a bunch of projects and homework lately, but within a few weeks when the first quarter of school is over, I should be working on MLC at a good pace. :) ![]() Post by: DJ Omnimaga on October 29, 2006, 01:54:00 am ![]() Post by: necro on November 06, 2006, 04:40:00 am Post by: Delnar_Ersike on January 17, 2007, 12:37:00 pm Post by: DJ Omnimaga on January 17, 2007, 02:13:00 pm Post by: bfr on January 17, 2007, 02:17:00 pm Post by: DJ Omnimaga on January 17, 2007, 03:06:00 pm ![]() Post by: bfr on January 20, 2007, 04:03:00 pm ![]() Post by: DJ Omnimaga on January 20, 2007, 04:06:00 pm ![]() Post by: Halifax on January 20, 2007, 06:30:00 pm *Halifax gets out the shock pads Post by: DJ Omnimaga on January 21, 2007, 04:44:00 am Post by: Madskillz on January 21, 2007, 05:11:00 pm Post by: DJ Omnimaga on January 22, 2007, 03:07:00 am ![]() Post by: bfr on January 24, 2007, 06:44:00 am ![]() Just kidding. :P ![]() ![]() Post by: Delnar_Ersike on April 22, 2007, 10:36:00 am Post by: pugboy on May 24, 2007, 05:20:00 pm ![]() ![]() ![]() Post by: bfr on May 25, 2007, 10:14:00 am Post by: Halifax on May 25, 2007, 02:05:00 pm *Halifax gets out the shock pads again. Post by: pugboy on May 29, 2007, 01:17:00 pm ![]() ![]() Post by: calc84maniac on May 29, 2007, 01:46:00 pm Post by: Madskillz on May 30, 2007, 11:07:00 am Post by: Halifax on May 30, 2007, 12:18:00 pm ![]() Post by: Madskillz on May 31, 2007, 03:45:00 pm Oh and I didn't mean a screenshot, I meant to say build of a fairly developed program. Here is my current progress thus far: Shell: 92% complete Routines: 0% complete I know it doesn't look like much, but you got to remember that the shell has a great deal to do with the project. Post by: necro on May 31, 2007, 04:47:00 pm Post by: DJ Omnimaga on June 01, 2007, 06:17:00 am ![]() Post by: Halifax on June 01, 2007, 10:46:00 am Post by: Delnar_Ersike on June 01, 2007, 11:32:00 am Post by: Madskillz on June 01, 2007, 04:27:00 pm I have an animated screenshot that a few people have seen. I have alot of extra stuff in the shell that really make it stand out from what some of you were expecting...my only gripe with it is that it bares a similar likeness to Luda's project what was that RPL? Which wasn't my intention, it was a design that we had thought up way back when the project was first conceived. Post by: Madskillz on June 11, 2007, 09:08:00 am Post by: bfr on June 11, 2007, 09:29:00 am ![]() Post by: Madskillz on June 11, 2007, 02:56:00 pm Post by: Speler on June 11, 2007, 03:15:00 pm Post by: bfr on June 11, 2007, 03:23:00 pm ![]() Post by: JonimusPrime on June 11, 2007, 03:43:00 pm Post by: Madskillz on June 12, 2007, 06:50:00 am I'll put it this way, you should be able to play some of the older games with it and be able to create your own. Post by: Halifax on June 12, 2007, 07:24:00 am ![]() Post by: Madskillz on July 01, 2007, 04:22:00 pm Post by: Halifax on July 01, 2007, 05:18:00 pm ![]() Post by: pugboy on July 21, 2007, 05:03:00 pm Post by: DJ Omnimaga on July 21, 2007, 07:04:00 pm ![]() Post by: DJ Omnimaga on August 12, 2007, 06:22:00 pm Post by: tama on August 14, 2007, 01:29:00 am ![]() It was a very promising project... Post by: DJ Omnimaga on August 14, 2007, 03:50:00 am Post by: Halifax on August 14, 2007, 07:51:00 pm ![]() Post by: DJ Omnimaga on August 15, 2007, 01:58:00 am ![]() Post by: Liazon on August 15, 2007, 09:35:00 am Post by: Halifax on August 15, 2007, 03:30:00 pm Post by: DJ Omnimaga on August 15, 2007, 04:22:00 pm EDIT: nvm he posted in the hardcore armageddon news Post by: magicdanw on August 28, 2007, 06:53:00 pm ![]() I'm really looking forward to an MLC interpreter for the 83+ series. I've got a question, though. It seems to be taking a very long time to make. If there's already a version for the 86, which uses Z80 assembly, then wouldn't it primarily be about changing it for a smaller screen, and changing which basic functions equate to which MLC functions? Please don't think I'm underestimating the amount of work this must be taking. I'm just curious why it takes so much work to port. Post by: DJ Omnimaga on August 28, 2007, 06:57:00 pm I cant tell much what is the amount of work in the project, but considering 3 people dropped the project in the past at least (not counting casio people), it must be one huge task :X ![]() Post by: magicdanw on August 28, 2007, 07:16:00 pm ![]() ![]() Maybe I'll take a look at the source code if it's available, and see what sort of stuff might be so difficult to port. Edit: I just saw in your profile you live in Quebec. Tres cool! :P ![]() ![]() Post by: DJ Omnimaga on August 29, 2007, 01:39:00 am ![]() ![]() Fallen Ghost is also from Quebec... well, actually his UTI profile said Ontario, so he must be right on the border lol. There used to be another staff here who is from Quebec as well but he is gone :( ![]() I noticed DS forums are down -.- ![]() Post by: magicdanw on August 29, 2007, 07:21:00 am ![]() ![]() Post by: DJ Omnimaga on August 29, 2007, 11:30:00 am Post by: Madskillz on September 06, 2007, 03:07:00 pm The only thing I have had difficulty with was searching the vat, and I have been doing coding in z80 for a good chunk of time. However that problem has been fixed for sometime now, I am just looking to sit down for a good weekend and just pound a bunch of stuff out. Another issue is that I am going straight into the app, while a lot of the code is easily to transferable between the 86 and the 83, some of that same code will totally screw up when run as an app. It will take some time, and I know I have been slacking...I will update everybody once I get something that is playable. Screenshots are good, and I could show you guys the shell, because quite frankly that is almost 100% done, but I said I wouldn't do anything until I got something that I can really show off. All I have to say is soon.... Post by: DJ Omnimaga on September 06, 2007, 06:14:00 pm ![]() ![]() Post by: Halifax on September 07, 2007, 12:27:00 pm
*Halifax |