0 Members and 1 Guest are viewing this topic.
CLI Commands---HELP? This will show available commands for use.INFO? This will show CMDEV information.SHELL? This opens the shell, allowing you to use RUN?RUN? This will allow you to open a ti-basic program and run it.FUTURE CMDEVedit COMMANDS---Headers= I. is an install header U. is an uninstall header P. is a patch file headerProgram description= FM.( this is to put the name of the programmer FM[1-3]. Is for three more programmers CFM.( this is to put your contact info DSS.( this is the dialog command usage below DSS.(text here),# where the number is the order to display in.Manipulation of info=MSN. Is the MainScreeN command where you define the following- LB. the loading bar command, if you want one- SIM. A simple loading bar FIL. A bar that fills BNC. A bar that bounces the contents (windows xp) SS.{64#} the Splash Screen command with 64 hex code sprites, {0} is white and {1} is black DLG. More advanced dialog for prompting user input. CB.(text here),# CheckBox command YN.(text here),# Yes or No command CP.(text)//button name//, # Custom PromptIF[ASM FILE OR APP OR PROGRAM]-(exit command) Exit commands are FE fast exit no save no dialog SE Secure exit Save with no dialog EE Empty Exit use /EE/ command at bottom of file CE Custom exit same as above but this won’t save KE Clean Exit Skip the exit and move on else CELabels and sub labels- used to change the outcome of a command. /the command/ (For text) + For ti-basic commands GAM+{grammar command} BBC+{ BBC Basic command} C2[Celtic II command] C3{ Celtic III command} *note the difference LIB.+.{command}.library name :.AXE commandYou end the instruction with ::ENDASM command, note the program already makes lock, unlock, hide, and unhide asm instructions. This is for when you need a little something special, like inverted text of turning the calculator Off exc. also these are deleted after the program successfully installs or otherwise.ASM.{hex opcode}.namehere Optional commandsnamehere->ASM.newnameLocking and unlocking-During the install, all files need to be unlocked and unhiddenAt the end of your file, you can re-hide/lock the files.LOC. locksUOC. unlocksHID. hidesUID. unhides Use the name of the program in (), or a group of programs in [] or use * to do it to all files.
i wish that TI 84s could run ASM codes inside a BASIC program...
Quotei wish that TI 84s could run ASM codes inside a BASIC program...They can, look up xeda's opcodes. If its not there than search "run basic" in the omnimaga search box from the home screen.