Author Topic: TI 83+ asm parser for the TI 83  (Read 6850 times)

0 Members and 1 Guest are viewing this topic.

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: TI 83+ asm parser for the TI 83
« Reply #15 on: September 02, 2012, 04:36:39 pm »
Ion programs compiled by Axe would use 83+ bcalls, addressing would start at $9D95. 83 programs are run from $9327, i think, though it's been a long time since i've done anything 83-specific, especially after Ion. Really, probably since AsmGuru! But i'm pretty sure that's right. It might be possible for Axe to spit out an 83 version, though, as long as the program doesn't use anything specific to the 83+ (and up).

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: TI 83+ asm parser for the TI 83
« Reply #16 on: September 02, 2012, 06:37:44 pm »
In regards to Axe, it depends. I don't know how much of Axe relies on 83+ romcalls, but I'd wager it's a fair amount. *IF* you were able to write an AXE program that didn't uses any romcalls you would still need to disassemble the 8xp and recompile it (at the very least). All Axe does for ION programs is add an ION header.
*edit* Not to mention that safe RAM areas are different across the platforms too, and Axe uses safe RAM on the 83+ all the time.
« Last Edit: September 02, 2012, 06:39:52 pm by Art_of_camelot »