0 Members and 1 Guest are viewing this topic.
well i was recently working something, and i backed up my latest version, so i'm satisfied
.org $9d93 .db $bb,$6d bcall(_Arc_Unarc) ret
Would you mind showing us the code?The code to do this should simply be:Code: [Select].org $9d93 .db $bb,$6d bcall(_Arc_Unarc) retThis works because the name of the original program is put into OP1 when the TI-OS starts the program.
My guess is that TiAddict was using _archiveVar, _archiveVar will archive whatever you tell it to, even if it doesn't make sense. So lesson learned, don't use _archiveVar unless you absolutely have to, like when making groups. Any time else, you can just use _arc_unarc.