home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / sourcecode / dexion / setcomment.s < prev    next >
Text File  |  1995-03-17  |  241b  |  18 lines

  1. execbase=4
  2. openlib=-408
  3.  
  4. move.l execbase,a6
  5. lea libname,a1
  6. jsr openlib(a6)
  7. move.l d0,a6
  8.  
  9. move.l #prgname,d1
  10. move.l #comment,d2 
  11. jsr -180(a6)
  12. illegal
  13.  
  14. libname: dc.b "dos.library",0
  15. prgname: dc.b "junk.S",0
  16. comment: dc.b "dit is een test",0
  17.  
  18.