home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 10 / Sonderheft_12.iso / best-of-tools / tools / powerwindows / developper / startup / source / rendericon_startup.s < prev    next >
Text File  |  1997-03-16  |  212b  |  15 lines

  1. ;/* Icon-Renderer Startup-Code */
  2.  
  3.     XREF    _RenderIcon
  4.     
  5.     moveq    #-1,d0            ;/* Warning. This must not be started! */
  6.     rts
  7.     
  8.     dc.l    'PWRI'            ;/* [P]ower[W]indows[R]ender[I]con */
  9.     
  10.     dc.l    _RenderIcon
  11.     blk.l    6,0
  12.     END
  13.     
  14.  
  15.