Author Topic: Quick Question  (Read 6638 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Quick Question
« Reply #15 on: March 31, 2011, 09:18:49 pm »
You could create a new program with this in it:
Code: [Select]
:AsmPrgm21F8893E02AE77C9To unarchive/archive in a program just run the new program around the statements. :)
Example:
Code: [Select]
:Asm(prgmNEWPROG (Whatever you name the hex program)
:UnArchive prgmTETRIS
:Archive prgmTESTRUN
:Asm(prgmNEWPROG
Good luck! ;D