home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / emulaton / uae / CallASWI / ReadMe < prev   
Text File  |  1996-08-22  |  2KB  |  36 lines

  1.  
  2. The CallASWI module is not a patch required for RISC OS 3.7. Rather,
  3. it provides support under RISC OS 3.1, 3.5 and 3.6 for the following
  4. SWIs, that are introduced in RISC OS 3.7:
  5.  
  6.               OS_CallASWI               (SWI &6F)
  7.               OS_CallASWIR12            (SWI &71)
  8.               OS_PlatformFeatures       (SWI &6D)
  9.               OS_SynchroniseCodeAreas   (SWI &6E)
  10.  
  11. This will enable application programmers and library writers to use the
  12. new calls freely without any worries about backwards compatibility. There
  13. is no performance penalty for the use of these SWIs via the CallASWI
  14. module. One slight caveat is that older machines will not know the
  15. _names_ of these SWIs; they will have to be called by number from BASIC.
  16.  
  17. In using the CallASWI module, an application !Run file should ensure the
  18. module with a line of the form:
  19.  
  20. RMEnsure UtilityModule 3.70 RMEnsure CallASWI 0.01 RMLoad System:Modules.CallASWI
  21.  
  22. This module may be freely distributed with any applications designed
  23. for use with any version of RISC OS between 3.10 and 3.60 running on
  24. Acorn RISC OS computers, subject to _all_ of the conditions below.
  25.  
  26. After installation of the application, this module must not reside
  27. within that application; it must reside in !System.
  28.  
  29. This module is provided "as is"; Acorn Computers Limited ("Acorn")
  30. makes no warranty, express or implied, of the merchantability of this
  31. software or its fitness for any particular purpose. In no circumstances
  32. shall Acorn be liable for any damage, loss of profits, or any indirect or
  33. consequential loss arising out of the use of this software or inability to
  34. use this software, even if Acorn has been advised of the possibility of
  35. such loss.
  36.