**** History of changes since version 1.01d of pili and VASM v1.03a **** ---------------------- 1.02 dated 02.01 ---------------------- * general speed improvement * change Ffprintf to Fprintf in fncall.inc (equ 66) * added PCMCIA support * added SetSioPath(0/1/2/3) for Sio path 15pin,PCcard or IR (ASK=2,IRDA=3) (IR is not currently available) * reworked RsOpen to support PC-card and new speed and control * added internal file hyperhelp support (hyperhelp file contain into the program) see inztext.asm for source example * added new hyperhelp tag: ^wait:xxx^ wait xxx*0.016 secondes * added new hyperhelp tag: ^?xxx,yyy,operation,jump_if_yes,jump_if_no^ operations are INC xxx increment register xxx (0 yyy test if xxx > yyy xxx >= yyy test if xxx >= yyy xxx = yyy test if xxx = yyy xxx <> yyy test if xxx <> yyy * added a new list upload and delete capabilities to the 'menu' key option * added a new lib PcLink entry for a direct pclink launch from Pili * added a new 'l' key to direct switch to PcLink * added a new lib PowerOff entry * fixed remaining space problem on atof function * change Wait05 by Wait16ms * fixed Wait16ms function: now wait for the ammount of time specified by 0.016s increments (+/- 1 increment). Increment is passed thrue the param register, see function.doc. ---------------------- VASM 1.03b ---------------------- * added \r \n \t \\ into assembler string processor * corrected <"....",data> bug into assembler ---------------------- 1.01e dated 12.09 ---------------------- * general speed improvement on hyperhlp function * labels are now limited to 20 chars * labels are now limited to 540 on a single file * added display 'loading' on importing to VFAT, when size is > 8K * fixed uninstall problem * fixed atof function bug * fixed sprintf function %f flag bug * fixed sprintf function %s flag bug * fixed 'menu' character mode reset to normal added * fixed maskedit function space problem