|
We're glad you came by, but you might find what you're looking for elsewhere. TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it. Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope. |
Please see the AsmPrgm page. The functionality and use are the same between both commands. However, the Asm84CEPrgm is only available on the TI-84+CE calculator. Keep in mind that hexadecimal for the monochrome calculators may not work on color calculators. This token does not work on OS 5.3.1, it has been deprecated by Texas Instruments for no good reason. Even uploading a program with this token in it will not work as it will throw an INVALID error.
There is a workaround to this problem. A sendable program containing the command can be found here.
To run assembly programs on the calculator, recall the command from the program you sent. Type your hex code in the editor. When you're done, quit the program. Type the following on the homescreen:
AsmComp(prgmNAME1,prgmNAME2Then, find the program you compressed and run it with either the Asm( command or like a normal BASIC progam.
.