home *** CD-ROM | disk | FTP | other *** search
- incdir "asm:include/"
- include "intuition/intuition.i"
- include "misc/measystart.i"
- move.l 4,a6
- move.l #iname,a1
- jsr -408(a6)
- tst.l d0
- beq quit2
- move.l d0,ibase
- move.l d0,a6
- move.l ib_firstscreen(a6),a6
- move.l sc_firstwindow(a6),a6
- move.b #0,d2
- move.b #1,d3
- fff move.l a6,d1
- tst.l d1
- beq quit
- move.l a6,nwin
- back move.b d2,wd_detailpen(a6)
- move.b d3,wd_blockpen(a6)
- move.l d1,a6
- next move.l nwin,a1
- move.l ibase,a6
- jsr -456(a6)
- move.l nwin,a6
- move.l wd_nextwindow(a6),a6
- jmp fff
- quit move.l ibase,a1
- move.l 4,a6
- jsr -414(a6)
- quit2 rts
- ibase dc.l 0
- nwin dc.l 0
- iname dc.b "intuition.library",0
-