Author Topic: TI-84+ Silver Edition Help  (Read 4429 times)

0 Members and 1 Guest are viewing this topic.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
TI-84+ Silver Edition Help
« on: July 16, 2006, 06:04:00 am »
I just got a TI-84+ Silver Edition.  I made a TI-83+ native assembly program with Latenite, which built without any errors (which should be compatible with the TI-84+ Silver Edition, right?).  When I go to TiLem, and then do Asm(prgmNAME) ("NAME" isn't it's actual name, but for now, I'm going to keep it a secret), I get "ERR:  INVALID".

Offline Spellshaper

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1690
  • Rating: +0/-0
  • This is me. Or maybe not.
    • View Profile
TI-84+ Silver Edition Help
« Reply #1 on: July 16, 2006, 06:36:00 am »
err... maybe it's still in hexadecimal.

try AsmComp( to convert it into an actual Asm-prgm.
(Somebody correct me if I'm wrong, I'm far from being an Asm programmer...)

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
TI-84+ Silver Edition Help
« Reply #2 on: July 16, 2006, 06:49:00 am »
I figured it out.  I set Latenite to generate a native ti-83, not ti-83+, file.  >.<

Offline Spellshaper

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1690
  • Rating: +0/-0
  • This is me. Or maybe not.
    • View Profile
TI-84+ Silver Edition Help
« Reply #3 on: July 16, 2006, 07:01:00 am »
ah ok ^^

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
TI-84+ Silver Edition Help
« Reply #4 on: July 16, 2006, 08:06:00 am »
oh thats quite a pb sometimes, we often think about 83 as 83+ >.<
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Liazon

  • Guest
TI-84+ Silver Edition Help
« Reply #5 on: July 16, 2006, 11:14:00 am »
Ya, it's not like 68k where 89 files and 92+/v200 files easily run on each other.

83's lack of flash ROM seems to cause serious differences that you need a different file, but at least you don't have to modify code unless it's an app.

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
TI-84+ Silver Edition Help
« Reply #6 on: July 16, 2006, 01:36:00 pm »
nope, 83 ASM is slightly different than 83+, you need to change some stuff, I think its mostly related to romcalls
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Liazon

  • Guest
TI-84+ Silver Edition Help
« Reply #7 on: July 16, 2006, 02:20:00 pm »
QuoteBegin-xlibman+Jul 16 2006, 07:36 PM-->
QUOTE (xlibman @ Jul 16 2006, 07:36 PM)
nope, 83 ASM is slightly different than 83+, you need to change some stuff, I think its mostly related to romcalls  

 A lack thereof lol.