Recently I have been reading about different hex codes that do cool stuff like Archiving something inside a program among other things. The way I try to incorporate these into my (ti 84+)basic coding is by using a separate program and "calling it"( ASM(prgrmNAME) ) in the original program. The issue is that sometimes I want to go back to the original program, but I can't use return because once I use AMSprgrm I can't do basic coding in it.
Is there some way that I can incorporate hexcodes in middle of my programs, or some other solution to get around this?