Author Topic: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)  (Read 7659 times)

0 Members and 1 Guest are viewing this topic.

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« on: February 24, 2014, 07:26:56 am »
hey there i´ve a simple question:
I've written a program for the ti 84+ in asm but the ti 82-Stats has no ASM( in the catalog.
is it possible to port it otherwise instead of a rewrite in basic ???
« Last Edit: February 25, 2014, 04:05:50 am by Art_of_camelot »
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: TI 82-stats
« Reply #1 on: February 24, 2014, 08:25:24 am »
The 82 stats and the rest of the 83 like calcs have the Send(9 command. Just the Send( and then a 9 then your program's name like the Asm( command. Beware though that 83+/84+ asm programs are incompatible with the 82 stats so you need to make some changes. Look at WikiTI for more info (into the TI-83 section).

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
Re: TI 82-stats
« Reply #2 on: February 24, 2014, 10:34:59 am »
ok thank you
so i need to make asmall rewrit or is there any parser for that ?
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: TI 82-stats
« Reply #3 on: February 24, 2014, 12:43:47 pm »
You don't need to rewrite. Just adapt memory locations and romcalls and also the format is different. I'm not an expert though so you should ask an 83 aficionado.

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: TI 82-stats
« Reply #4 on: February 24, 2014, 01:42:31 pm »
hey there i´ve a simple question:
I´ve written a programm for the ti 84+ in asm but the ti 84+ has no ASM( in the catalog.
is it possible to port it otherwise instead of a rewrite in basic ???
Unless you meant TI-82 Stats lacking the ASM command, if you have a TI-84+ with no ASM command, then it probably has OS 2.71 MP installed :P

Else, like Street said, the TI-82 Stats is identical to the TI-83 from 1996, so instead of Asm(prgmNAME) you use Send(9prgmNAME). Of course, 83+/SE and 84+/SE ASM programs have to be ported/modified first before running on the 73, 76.Fr, 82 Stats, 83 and the color screen 84+CSE. And before anyone asks, TI-82 programs will not run on the TI-82 Stats nor the TI-82 Plus.
« Last Edit: February 24, 2014, 01:43:08 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
Re: TI 82-stats
« Reply #5 on: February 25, 2014, 01:47:13 am »
so are therwe any parser ????
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI 82-stats
« Reply #6 on: February 25, 2014, 03:53:14 am »
No, there isn't anything that automatically converts things. You would have to do it by hand.
*Edit* Matref did something similar <a href=http://ourl.ca/16385/305654>here</a> with jetpack joyride. I also edited the topic title to make it a bit more clear what you are trying to do. :)
« Last Edit: February 25, 2014, 04:01:44 am by Art_of_camelot »

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #7 on: February 25, 2014, 05:55:15 am »
well i wrote it in axe....
but thank you
another question:
is it possible to write a 8xp file with a batch
i mean to crypt it ?
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #8 on: February 25, 2014, 07:27:23 am »
Matref's project was written in axe too. :) In regards to the question, not sure exactly what you are asking.

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #9 on: February 26, 2014, 01:51:25 am »
Matref's project was written in axe too. :) In regards to the question, not sure exactly what you are asking.
i mean:
you can create z80 sources out of txt files but can you write an 8xp file?
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #10 on: February 26, 2014, 07:22:08 am »
An assembler takes a z80 ASM source file and turns it into a 8xp.

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: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #11 on: February 26, 2014, 01:34:26 pm »
I'm unsure if Doors CS SDK and WabbitCode supports 83 ASM compiling, but on ticalc.org there are most likely several tools to do it (TASM comes to mind, but that doesn't work on 64-bit computers). Also don't forget to check The TI-82/83(+) Unification FAQ.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #12 on: February 26, 2014, 02:28:55 pm »
Spasm supports the 83 and all OSs.

Offline alex99

  • LV3 Member (Next: 100)
  • ***
  • Posts: 80
  • Rating: +9/-5
    • View Profile
    • Alexstudious
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #13 on: March 13, 2014, 05:02:22 am »
Ok thank you
but how is actuall a 8xp file crypted
With which hex code ????
I mean if you open the .8xp file with a text editor then there are some signs and not the commands , so how can you crypt it?
Is it possible to crypt it with a batch ?
VISIT:

www.atomsoftware.jimdo.com

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI 82-stats (Help converting 84+ ASM to work on the TI-82 Stats)
« Reply #14 on: March 13, 2014, 08:59:46 am »
It sounds like you are asking for a disassembler.  It will take an executable and turn it into a soruce. They aren't perfect however, and I've never used one myself. I'd ask thepenguin or brandonw maybe. They have experience with these things. Also, as I said before, thepenguin has  helped matrefeytontias with this exact thing before.