home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / jeux / biohazard.arc / s / DataSym < prev    next >
Text File  |  1994-09-30  |  459b  |  27 lines

  1. ; Use the GET directive to include register definitions as if typed here
  2.  
  3.       KEEP
  4.           GET     h.WolfReg
  5.  
  6. ; Use the GET directive to include a list of SWI names as if typed here
  7.  
  8.           GET     h.SWInames
  9.  
  10. ; Area name C$$code advisable as wanted to link with C output
  11.  
  12.           AREA    |C$$code|
  13.  
  14. ; Export global symbols
  15.  
  16.       EXPORT  |Screen_Width|
  17.           EXPORT  |Screen_Height|
  18.  
  19.       ALIGN
  20.  
  21. |Screen_Width|
  22.       DCD 0
  23. |Screen_Height|
  24.       DCD 0
  25.  
  26.       END
  27.