Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 128 users online: 2 members, 89 guests and 37 bots. Members: joao_fragoso16, Tari. Bots: VoilaBot (4), Spinn3r (1), Magpie Crawler (2), VoilaBot (10), Googlebot (19), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
|
| Author |
Message |
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 28 May 2012 12:48:48 pm Post subject: SourceCoder: A TI-83+ Emulator in your TI-BASIC Editor |
|
|
SourceCoder 2.5 has long been one of the most popular Cemetech tools. First released around 2005, SourceCoder 1 originally let you view the source code of TI-83, TI-83+, and TI-84+ .8xp programs in human-readable format. Soon, the ability to decode .8xi images, .8xm matrices, .8xl lists, and many other data types was added. With the help of Brazucs (now known as MysteryGuitarMan), it gained syntax highlighting rudimentary optimization capabilities. SourceCoder 2 brought an editor that let you type up programs within SourceCoder and convert them into .8xp programs. SourceCoder 2.5 overhauled the editor, improving the Javascript-powered calculator keypad and later adding Casio Prizm BASIC support. However, one perennial and somewhat far-fetched complaint remained: SourceCoder had no built-in TI-83+/84+ emulator.
For years, I resisted the requests, claiming that it was impossible to write a decent client-side TI-83+/84+ emulator, even while at the back of my mind I pondered how such a project might be completed. In December 2011, I finally realized that technology had progressed far enough to make such an emulator feasible. With HTML5, DOM Storage, and modern fast Javascript engines, a fast in-browser emulator could be created that keeps all ROMs and data client-side to avoid any possible legal issues. The result, written in a day and refined two months later, is jsTIfied, a beta of which was opened to the public in February. Since that beta, I have added more features to jsTIfied, including the ability to load programs from the users computer (you can even drag files onto the emulator's screen to load them!), export programs from the emulator back to the user's computer, and load and save SourceCoder projects.
I am now happy to announce that jsTIfied is completely integrated into SourceCoder itself. Logged-in Cemetech users may switch between the classic SourceCoder keypad that lets you type commands, tokens, and symbols, and the fully-functional jsTIfied TI-83+ emulator. You can directly load programs from the SourceCoder editor pane into your jsTIfied emulator and back without leaving the page. I am confident that this new feature will make SourceCoder an even more powerful and useful tool for TI-BASIC programmers. Please test out this new feature and let me know any feedback, comments, questions, and suggestions that you may have. Later in the summer I may do another partial overhaul of the backend and frontend and create SourceCoder 3.0, but either way, the current feature set should be functional and bug-free. Enjoy!
Cemetech Tools
SourceCoder 2.5 TI program editor
Main SourceCoder portal
jsTIfied TI-83+/84+ emulator
 _________________

Last edited by KermMartian on 29 May 2012 12:25:40 am; edited 1 time in total |
|
| Back to top |
|
|
Spenceboy98

Super-Expert

Joined: 06 Jan 2012 Posts: 857 Location: In the TARDIS
|
Posted: 28 May 2012 02:59:23 pm Post subject: |
|
|
Well, I found a problem. The "→" token changes into a '. Well, not quite a ', but it is close enough. Screenshot:
 |
|
| Back to top |
|
|
krazylegodrummer56

Power User

Joined: 20 Nov 2011 Posts: 405
|
Posted: 28 May 2012 06:10:03 pm Post subject: Re: SourceCoder: A TI-83+ Emulator in your TI-BASIC Editor |
|
|
| KermMartian wrote: | | First released arouns 2005, SourceCoder 1 originally |
Typo Kerm. It says arouns not around _________________ Projects: Learn how to program in Prizm C
First C program!
Tic-Tac-Toe: Get it HERE!
 |
|
| Back to top |
|
|
shmibs

Advanced Member

Joined: 25 Nov 2009 Posts: 232
|
Posted: 28 May 2012 07:15:20 pm Post subject: |
|
|
yeah, sto turns into a back tick.
and while we're on the subject of things that are broken, the little u v w tokens that can be accessed through [2nd]+[7]/[8]/[9] have always changed into normal lowercase letters when exported. that's not a matter of huge importance, though
all quibbles aside, sourcecoder has been one of my most used 8x tools, and it's great to see it still being updated =) _________________

ohithur |
|
| Back to top |
|
|
merthsoft
File Archiver

Joined: 09 May 2010 Posts: 2735
|
Posted: 28 May 2012 08:51:46 pm Post subject: |
|
|
This is very neat! I'm excited that there's some sort of API for SourceCoder And, of course, linking SC with the emulator like this is a great way to test out programs on the fly. _________________ Shaun |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 29 May 2012 12:25:16 am Post subject: |
|
|
Merth: Thanks very much! Yes, we need to chat some time so I can tell you all of the things that SourceCoder does and does not offer via its API; perhaps you can help me figure out things that might need to be added for it to be useful for you.
Shmibs: Ah, that's supposed to be the other way around. For size concerns, I'd prefer they always be the one-byte u/v/w, even if they're inside a string and might otherwise be the two-byte lowercase letter.
Krazy: Nice catch, fixed the OP and the article.
Spence: Thanks for pointing that out. I'll try to fix it early tomorrow. _________________
 |
|
| Back to top |
|
|
shkaboinka

Power User

Joined: 30 Jun 2010 Posts: 376 Location: Spokane, WA
|
Posted: 29 May 2012 02:15:49 pm Post subject: |
|
|
| ...This is awesome! |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 29 May 2012 02:25:40 pm Post subject: |
|
|
| shkaboinka wrote: | | ...This is awesome! | Many thanks, Shkaboinka! I am very happy with how it came out, other than the small glitches in the jsTIfied->SC2 token conversion. _________________
 |
|
| Back to top |
|
|
blue_bear_94
Member

Joined: 20 Apr 2012 Posts: 163
|
Posted: 29 May 2012 03:49:58 pm Post subject: |
|
|
The only problem is that jsTIfied supports only the 83+. Don't a lot more people have 84+/SEs? _________________ Do NOT click any links! |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 29 May 2012 03:59:16 pm Post subject: |
|
|
| blue_bear_94 wrote: | | The only problem is that jsTIfied supports only the 83+. Don't a lot more people have 84+/SEs? | I have most of the extra stuff for the TI-84+/SE support written; I just haven't gotten around to finishing and releasing it. I figured I'd wait until after I got SourceCoder integration perfected. _________________
 |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 02 Jun 2012 11:44:14 pm Post subject: |
|
|
*bump* With a great deal of difficulty and annoyance tossing different encodings around, and working around missing features and poor design decisions in both PHP and Javascript, I hope I fixed the issues with special characters such as the -> STO operators and others, both SC2 -> jsTIfied and SC2 <- jstified. Please test and let me know. _________________
 |
|
| Back to top |
|
|
Spenceboy98

Super-Expert

Joined: 06 Jan 2012 Posts: 857 Location: In the TARDIS
|
Posted: 03 Jun 2012 12:00:49 am Post subject: |
|
|
| What the crap? Major glitch on my end. Messed up my code really bad. Random characters just got thrown in. Syntax error as soon as I entered the program. |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 03 Jun 2012 12:06:40 am Post subject: |
|
|
| Spenceboy98 wrote: | | What the crap? Major glitch on my end. Messed up my code really bad. Random characters just got thrown in. Syntax error as soon as I entered the program. | Can you be ore specific, such as showing me the correct and incorrect code and explaining the steps that took you from correct to incorrect? _________________
 |
|
| Back to top |
|
|
Spenceboy98

Super-Expert

Joined: 06 Jan 2012 Posts: 857 Location: In the TARDIS
|
Posted: 03 Jun 2012 03:09:29 pm Post subject: |
|
|
| Okay. Now the code is better. The → STO thing is still messed up, but it adds a "ò" behind it. Also, it puts random "â" characters in there too. |
|
| Back to top |
|
|
comicIDIOT

Guru

Joined: 01 May 2006 Posts: 5140 Location: SFBA, California
|
Posted: 03 Jun 2012 03:35:24 pm Post subject: |
|
|
We'll still need examples of what happened and where in-order to prevent it from happening again.
Was it on a newly uploaded program? Sent from jsTIfied? An existing project?
As much information as you can remember would be appreciated. _________________
-Alex |
|
| Back to top |
|
|
blue_bear_94
Member

Joined: 20 Apr 2012 Posts: 163
|
|
| Back to top |
|
|
comicIDIOT

Guru

Joined: 01 May 2006 Posts: 5140 Location: SFBA, California
|
Posted: 03 Jun 2012 03:43:34 pm Post subject: |
|
|
The computer OS - or rather the calculators - has nothing to do with this error as it's happening online within SourceCoder. _________________
-Alex |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 03 Jun 2012 03:58:20 pm Post subject: |
|
|
I was actually working on this this am and forgot to post an update. I got it halfway fixed, and know better what the problem is now.
Edit: Please let me know if it's mostly fixed (or not) now, slash if you run into any tokens that don't translate properly going in either direction. _________________
 |
|
| Back to top |
|
|
Deep Thought

Expert

Joined: 11 Mar 2010 Posts: 740 Location: The Universe
|
Posted: 12 Jun 2012 07:26:19 pm Post subject: |
|
|
It's amazing how easy it is to test programs now
Only thing I can think of suggesting right now is putting an awesome title screen in the canvas when jsTIfied doesn't have a ROM to work with, instead of a blank screen, which confused me at first because I thought the calculator was frozen. _________________
  |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55886 Location: Earth, Sol, Milky Way
|
Posted: 12 Jun 2012 08:00:46 pm Post subject: |
|
|
Thanks. Did it not pop up a little message of some sort inviting you to load a ROM? I suppose if that's not clear, a screen image to drive the point home might be a good idea. It also shows a message about logging in to non-logged-in users who try to load up jsTIfied. _________________
 |
|
| Back to top |
|
|
|
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
» Go to Registration page
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.044173 seconds.
|