home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / wackytalky_2 / Developer / Examples / 1st_Look / WithoutLIB / !ReadMe next >
Encoding:
Text File  |  1992-03-25  |  1010 b   |  36 lines

  1. > !ReadMe
  2.  
  3. Introduction
  4. ~~~~~~~~~~~~
  5. This directory describes how to write WT modules starting from *scratch*.
  6. You should have a look at the manual too since the examples described here
  7. are limited.
  8.  
  9. Anyway, these examples here:
  10.  
  11. *  They don't use any library in order to see how everything is created.
  12.  
  13. *  They are written to be examined from first to last.
  14.  
  15. *  Full explanation about a subject is located only to one of the source
  16.    files. This makes easier to locate what new is described each time.
  17.  
  18. *  Only the first entries of the WT module header are described here, sorry.
  19.  
  20.  
  21. Index
  22. =====
  23.  
  24. 010_MinMod      The minimum healthy WT module that can exist.
  25.                 Subject: The first three fields of a WT  module header.
  26.  
  27. 011_Names       Subject: The full module names.
  28.  
  29. 020_WTServ      Subject: WT Services.
  30.  
  31. 030_Servic      Subject: Servicing RISC OS' Service Calls.
  32.  
  33. 040_Broad       Subject: Servicing Broadcast WT messages.
  34.  
  35. 050_Vectr       Subject: Claiming/creating WT Vectors from WT modules.
  36.