Zpic 1.2 TI-83 Plus ASM (C) Kevtiva The Cleaned-UP source is included this time! Can Recall Pics directly from FLASH ROM! No need to UnArchive! Future versions (if any) will be smaller and MAYBE faster. Information: ------------ ZPIC RECALLS PICTURES VERY swiftly, WITH NO ERRORS. To use ZPIC, use the following syntax: Pic#->X 83 Plus: Asm(prgmZPIC To recall pic one: 1->X:Asm(prgmZPIC To recall pic two: 2->X:Asm(prgmZPIC To recall pic zero (which is really pic ten): 10->X:Asm(prgmZPIC Versions: --------- Changes since v1.1: 83 Plus version now can recall pics directly from FLASH ROM! Changes since v1.0:smaller, uses X instead of N, Small bug fixed. Solutions: ---------- If your program has lines that look like this: ClrDraw If X=1 RecallPic 1 If X=2 RecallPic2 If X=3 RecallPic3 Etc..... Or if your program uses ARCHIVED pics... Then YOU SHOULD use zpic to make your program run faster. Bugs: ----- -ERR:UNDEFINED means X is not defined. Solution: store a number to X. Info: ----- Kevtiva Interactive http://kevtiva.web.com/ email me:gardenerbm@netzero.net Thanks to James Matthews for asmguru.hlp, which allowed me to create this program. Other information provided by the Texas Instruments SDK, and Ion.inc (Joe Wingermuehle). Thanks to Dan Englender of the TCPA for his help. (C) 2000 Kevtiva Interactive