Assembly Utility Package Readme
This quickly thrown together Readme will provide a short explanation of the programs
in this package. All programs in this package are z80 assembly language programs and
must therefore be run by choosing the "Asm(" function from the catalog, putting the syntax
"prgmPROGNMAE" (replacing PROGNAME with the name of the program, of course), and ending it
with a right parenthese ")" (optional).
The functions of the programs are as follows:
- prgmITEXTON - Turns on inverse text mode (reset when you enter a menu, etc.)
- prgmITEXTOFF - Turns off inverse text mode manually.
- prgmLWRCASE - Turns on lower case tex mode (press alpha twice to access).
- prgmOFF - Turns off the run indicator (scrolling black line at the top-right of the screen, reset by input and prompt functions.)
- prgmCALCOFF - Turns the calculator off
- prgmPROGFIND - Lists all the programs on your calculator and whether they are protected, archived, neither, or both
- prgmBATTCHK - Checks the battery status and returns the result in Str1 ("OK" if ok, "Low" if low)
- prgmMEMCHK - Checks the free RAM and outputs it at a row and column specified by X (X = row # (0-7) + 256*cloumn # (0-15))