home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / swimod / SWIModDocs < prev   
Encoding:
Text File  |  1994-11-08  |  2.7 KB  |  110 lines

  1.  
  2.                               SWI Module Documentation
  3.                              -========================-
  4.  
  5. Version    1.42 (28th October 1993)
  6. Copyright  A. M. Pereira 1993
  7.  
  8. The SWI module provides *commands relating to SWIs.
  9. The commands are:
  10.  
  11. *SWIName
  12. --------
  13. Syntax: *SWIName <SWI number>
  14.  
  15. Returns the name of the SWI given.
  16. eg.
  17. *SWIName &400C7
  18.  
  19. *SWINumber
  20. ----------
  21. Syntax: *SWINumber <SWI name>
  22.  
  23. Returns the number for the SWI given.
  24. Note that the SwiName is case sensitive.
  25. eg.
  26. *SWINumber OS_Write0
  27.  
  28.  
  29. *ModInfo
  30. --------
  31. Syntax: *ModInfo <Module name>
  32.  
  33. Lists the SWIs provided by the named module.
  34. eg.
  35. *ModInfo PDriver
  36.  
  37. Additional:
  38. *ModInfo ?
  39. Lists the modules present.
  40.  
  41.  
  42. *Swi/*Sys
  43. ---------
  44. Syntax: *SWI <SWI name/number> [registers...]
  45.  
  46. (*SYS is exactly equivalent)
  47.  
  48. Performs the given SWI.
  49.  
  50. The SWI name/number can be either the string version enclosed in quotes,
  51. or the hexnumber preceded with &, or the decimal number.
  52.  
  53. You can also specify upto 8 register's values. A pointer to a string can
  54. be included by putting the string in quotes. BEWARE - if you don't close
  55. all the quotes, your computer will die horribly (probably). I haven't
  56. put in any checking for this because I couldn't be bothered.
  57.  
  58. egs.
  59. *SWI "OS_Write0" "ArmFul rules OK"
  60. *SYS "Econet_SetProtection" 63 63
  61. *SYS &406C1
  62.  
  63. --------------------------------------------------------------------------------
  64.  
  65. This amazingly useful program is an ARMFUL PRODUCTION.
  66.  
  67. Armful are:
  68.  
  69. Ainsley Pereira (Ampy) - Me, the bloke wot wrote this
  70. Adrian Carpenter
  71. Stephen Hill
  72. Mark Mahieu
  73. Stephen Crouch (Krunk)
  74.  
  75. Watch out for other Amazingly Armful products.
  76. --------------------------------------------------------------------------------
  77.  
  78. Licence & Copying conditions
  79. ----------------------------
  80.  
  81. This program is FREEWARE.
  82.  
  83. You can pass this on to your friends as much as you like, but special
  84. rules apply for PD libraries & BBs.
  85.  
  86. PD Libraries: Write to me for permission (enclose a copy of your latest
  87.               catalogue).
  88.               Permission will usually be granted in return for a disc of PD.
  89.               Currently only The DataFile PD, APDL and HeadFirst have
  90.               permission.
  91.  
  92. BBs:          You may not upload this to any BBs which I use ('cos I want the
  93.               Download credits). These BBs are: The Digital Databank, Arcade,
  94.               TWoC, Plasma Sphere. Any other BB can ask for permission by
  95.               netmail to the above address.
  96.               
  97. Have fun, /\
  98.          (--)mpy
  99.  
  100. Netmail   : 2:251/25.5
  101. Internet  : insley@nowster.demon.co.uk
  102. Snailmail : 'Al Sirat'
  103.             Chapel Road
  104.             Swanmore
  105.             Hants SO3 2QA
  106.             ENGLAND
  107.  
  108. If you don't know how to send netmail, then use the Contact ArmFul
  109. option from The Digital Databank's PD Unlimited (ArmFul) section.
  110.