Author Topic: Program TI-8x  (Read 17806 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Program TI-8x
« Reply #30 on: October 17, 2010, 06:50:00 pm »
When using the Disp command you don't need that parenthesis. Try:

Code: [Select]
ClrHome
Disp "HELLO_WORLD \\Where "_" is a space.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Program TI-8x
« Reply #31 on: October 17, 2010, 06:51:59 pm »
Now it says the calculator hasn't got enough RAM ???

ASHBAD_ALVIN

  • Guest
Re: Program TI-8x
« Reply #32 on: October 17, 2010, 06:53:05 pm »
Looks like you got a faulty ROM image :P

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Program TI-8x
« Reply #33 on: October 17, 2010, 06:53:26 pm »
faulty ROM image is a fake one right?

ASHBAD_ALVIN

  • Guest
Re: Program TI-8x
« Reply #34 on: October 17, 2010, 06:56:17 pm »
Probably, or something else is wrong with it in some way. 

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Program TI-8x
« Reply #35 on: October 17, 2010, 06:59:34 pm »
Not necessarily fake, could be though. Could just be a faulty one that something is wrong with.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Program TI-8x
« Reply #36 on: October 17, 2010, 08:40:02 pm »
for TI-8x calcs, its Disp "Hello World
and also, TI-BASIC Developer is a resource for learning how to code a 84/83.  ;)  theres a link on the front page, scroll down slowly and look on the right.  ;)

EDIT: nvm, missed a page.  :-[
« Last Edit: October 17, 2010, 08:40:47 pm by yunhua98 »

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

SirCmpwn

  • Guest
Re: Program TI-8x
« Reply #37 on: October 17, 2010, 09:29:50 pm »
Here's a good ROM for you.  It's a TI-83+ with OS 1.16, distributed by TI in the SDK, so I have no qualms about posting it.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Program TI-8x
« Reply #38 on: October 17, 2010, 09:31:22 pm »
Ah loopholes, gotta love them :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

SirCmpwn

  • Guest
Re: Program TI-8x
« Reply #39 on: October 17, 2010, 09:32:32 pm »
Of course :)
You can also get a TI-73 ROM image in the SDK.

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Program TI-8x
« Reply #40 on: October 17, 2010, 09:36:33 pm »
wait, isn't 1.16 a very unstable OS?

but of course since WabbitEmu supports OS upgrades...  :P

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

SirCmpwn

  • Guest
Re: Program TI-8x
« Reply #41 on: October 17, 2010, 09:39:35 pm »
Lol that works too.
2000 POSTS!!!!11!!!!

souvik1997

  • Guest
Re: Program TI-8x
« Reply #42 on: October 17, 2010, 09:59:25 pm »
There are no parentheses before the quote:

Clrhome
Disp "HelloWorld

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Program TI-8x
« Reply #43 on: October 17, 2010, 10:14:39 pm »
About the ROM-
I just installed what I think is the latest version of wabbitemu, and it had an option to emulate using open source software.
I think it pulled the ROM from TI's website.
:)
« Last Edit: October 17, 2010, 10:15:05 pm by Michael_Lee »
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

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: Program TI-8x
« Reply #44 on: October 18, 2010, 12:53:38 am »
Question: If you have a 84 calc, and you download a ROM illegally, is it still illegal? lol
Some countries no.

I mean, in my country DOWNLOADING A ROM IS NOT ILLEGAL.
Yeah, although that doesn't mean we can give it to you, sadly :(. Omnimaga is hosted in the United States.

Glad you got the ROM and Wabbitemu, though.
WabbitEmu can be gotten on ticalc.org or tibank.
It's not on ticalc.org yet, actually. Buckeye was supposed to release a copy there recently but finally he didn't
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)