Omnimaga

Calculator Community => Other Calculators => Topic started by: bfr on July 16, 2006, 06:04:00 am

Title: TI-84+ Silver Edition Help
Post by: bfr 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".
Title: TI-84+ Silver Edition Help
Post by: Spellshaper 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...)
Title: TI-84+ Silver Edition Help
Post by: bfr 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.  >.<
Title: TI-84+ Silver Edition Help
Post by: Spellshaper on July 16, 2006, 07:01:00 am
ah ok ^^
Title: TI-84+ Silver Edition Help
Post by: DJ Omnimaga on July 16, 2006, 08:06:00 am
oh thats quite a pb sometimes, we often think about 83 as 83+ >.<
Title: TI-84+ Silver Edition Help
Post by: Liazon 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.
Title: TI-84+ Silver Edition Help
Post by: DJ Omnimaga 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
Title: TI-84+ Silver Edition Help
Post by: Liazon 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.