home *** CD-ROM | disk | FTP | other *** search
/ Shareworld 8 / Shareworld 8 (Disk 2 of 2).adf / Programs / MachineCodeHelloWorld / MyIncludes / StandardVaribles.i < prev   
Encoding:
Text File  |  1978-02-11  |  393 b   |  24 lines

  1.  
  2. ; Some standard Varibale Startup macros I use.
  3.  
  4. ; Matthew Goode - 18/1/97
  5.  
  6. ; -------------------------------------------------------------
  7.  
  8. myTask    ds.l 1    ;The task handle
  9. myTasksMessage    ds.l 1    ;The tasks message (to be returned at end of prog)
  10.  
  11.     IFD UseIntuitionLib
  12. iBase
  13. _IntuitionBase    ds.l 1
  14.     EndC
  15.     IFD UseGraphicsLib
  16. gBase
  17. _GfxBase    ds.l 1
  18.     EndC
  19.     IFD UseDosLib
  20. dBase
  21. _DOSBase    ds.l 1
  22.     EndC
  23.  
  24.