home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / ZAURUS / PILI102 / CHANGES.TXT < prev    next >
Text File  |  1997-01-28  |  3KB  |  55 lines

  1. **** History of changes since version 1.01d of pili and VASM v1.03a ****
  2.  
  3. ----------------------  1.02  dated 02.01  ----------------------
  4. * general speed improvement
  5. * change Ffprintf to Fprintf in fncall.inc (equ 66)
  6. * added PCMCIA support
  7. * added SetSioPath(0/1/2/3) for Sio path 15pin,PCcard or IR (ASK=2,IRDA=3)
  8.   (IR is not currently available)
  9. * reworked RsOpen to support PC-card and new speed and control
  10. * added internal file hyperhelp support (hyperhelp file contain into the program)
  11.   see inztext.asm for source example
  12. * added new hyperhelp tag: ^wait:xxx^ wait xxx*0.016 secondes
  13. * added new hyperhelp tag: ^?xxx,yyy,operation,jump_if_yes,jump_if_no^
  14.   operations are INC xxx  increment register xxx (0<xxx<255) floating point
  15.                  DEC xxx  decrement register xxx
  16.                  CLR      clear hypertext registers
  17.              xxx EQU y.y  assign value y.y to register xxx
  18.              xxx ASS yyy  assign register yyy to register xxx
  19.              xxx ICVT yyy assign register yyy to Pili register xxx, convert from float to long
  20.              xxx FCVT yyy assign Pili register yyy to register xxx, convert from long to float
  21.              xxx ADD yyy  xxx=xxx+yyy
  22.              xxx SUB yyy  xxx=xxx-yyy
  23.              xxx MUL yyy  xxx=xxx*yyy
  24.              xxx DIV yyy  xxx=xxx/yyy
  25.              xxx  <  yyy  test if xxx  < yyy
  26.              xxx  <= yyy  test if xxx <= yyy
  27.              xxx  >  yyy  test if xxx  > yyy
  28.              xxx  >= yyy  test if xxx >= yyy
  29.              xxx  =  yyy  test if xxx  = yyy
  30.              xxx  <> yyy  test if xxx <> yyy
  31. * added a new list upload and delete capabilities to the 'menu' key option
  32. * added a new lib PcLink entry for a direct pclink launch from Pili
  33. * added a new 'l' key to direct switch to PcLink
  34. * added a new lib PowerOff entry
  35. * fixed remaining space problem on atof function
  36. * change Wait05 by Wait16ms
  37. * fixed Wait16ms function: now wait for the ammount of time specified by
  38.         0.016s increments (+/- 1 increment). Increment is passed thrue the
  39.         param register, see function.doc.
  40. ----------------------  VASM 1.03b        ----------------------
  41. * added \r \n \t \\ into assembler string processor
  42. * corrected <"....",data> bug into assembler
  43.  
  44. ----------------------  1.01e dated 12.09  ----------------------
  45. * general speed improvement on hyperhlp function
  46. * labels are now limited to 20 chars
  47. * labels are now limited to 540 on a single file
  48. * added display 'loading' on importing to VFAT, when size is > 8K
  49. * fixed uninstall problem
  50. * fixed atof function bug
  51. * fixed sprintf function %f flag bug
  52. * fixed sprintf function %s flag bug
  53. * fixed 'menu' character mode reset to normal added
  54. * fixed maskedit function space problem
  55.