Author | Comment |
PogoDaMonkey Dragoon Posted: 18 Apr 2005 04:12 GMT Total Posts: 72 | Is anyone going to make a calc emulator for the 89/89T, so it would include functions of the 86, 83/84, etc? I have seen (somewhere) an emulator fo rthe 83 (i think) that emulates the 86 and others. Just wondering if you could do that for the 89. |
greenorange Goliath Posted: 18 Apr 2005 05:56 GMT Total Posts: 199 | Micheal Vincent is working on the emulator you saw. I dont know about 68k though... |
Andy Administrator Posted: 18 Apr 2005 06:28 GMT Total Posts: 939 | To do that, you'll have to actually emulate the processor, which will be slooooooooooooooooow. Emu8x is able to run at decent speed since it actually uses the hosts's processor to run the guest's code. You should probably veiw Emux8x more like WINE than say VTI. (And if you don't know what WINE is, this is an excellent opportunity to Google.) |
greenorange Goliath Posted: 18 Apr 2005 15:03 GMT Total Posts: 199 | There was an article on this site recently about some sort of emulator base. Some arcade emulator thing that was the base for VTI. Try looking in the news section. |
PogoDaMonkey Dragoon Posted: 19 Apr 2005 04:06 GMT Total Posts: 72 | Plus i've heard rumors from a friend...is anyone going to make a C compiler for the 68k calcs that runs on-calc? That would be great, program in school and not wait to get home to your computer. Also E-book tutorials on C with command lists would be included, but is making a compiler on the calculator even possible? |
Andy Administrator Posted: 19 Apr 2005 06:27 GMT Total Posts: 939 | Of course it's *possible*, it's just not *feasible*. The headers, precompiled object files, and help system, not to mention the compiler itself, would be too big for the calculator's storage. |
PogoDaMonkey Dragoon Posted: 20 Apr 2005 04:08 GMT Total Posts: 72 | ='(
Oh well, guess i will have to learn it at home then. Maybe just the help files so i could get the commands in my head before i screw up my calulator/computer up again? (I tried making my own C++ but it froze my computer as i tried to compile it, also my "Hello World" nearly messed up my calc) |
Andy Administrator Posted: 20 Apr 2005 05:09 GMT Total Posts: 939 | AFAIK, there is no calculator C++ compiler. That might have been your problem. ;) |
spiral Wraith Posted: 20 Apr 2005 13:47 GMT Total Posts: 958 | there actually is a compiler for the 68k series. It's called CC. It's not that great though. |
Andy Administrator Posted: 20 Apr 2005 15:13 GMT Total Posts: 939 | That's a C++ compiler? Wouldn't object-oriented need a lot of the calculator's memory? |
bcherry Dragoon
Posted: 20 Apr 2005 20:19 GMT Total Posts: 61 | CC compiles C++? I'm not so sure about that, but what do I know. And Andy, yes you are correct, which is why TIGCC was made to support C, not C++. |
PogoDaMonkey Dragoon Posted: 21 Apr 2005 04:03 GMT Total Posts: 72 | I meant my C "Hello World" program nearly messed up my calc. = O
I look at source codes simple as move a dot around the screen and have trouble figuring out what everything does. ='( |