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 >
Wrap
Text File
|
1997-03-16
|
212b
|
15 lines
;/* Icon-Renderer Startup-Code */
XREF _RenderIcon
moveq #-1,d0 ;/* Warning. This must not be started! */
rts
dc.l 'PWRI' ;/* [P]ower[W]indows[R]ender[I]con */
dc.l _RenderIcon
blk.l 6,0
END