;---------------------; ; Show a RIP picture ; ;---------------------; Disk 'RIP\COYOTE.RIP' Org $A000 Start: Load $6000,'D:COYOTE.RIP' ;Only uncompress,200 lines,not multi-RIP ShowRIP $6000,$2010 ;ShowRIP $xxxx,$xx10 ($xx10 - important) ;This procedure creates a new DLI & a new screen WaitKey ;Wait a key Graphics 0 ;Normal DISPLAY LIST & SCREEN Dos ;Jump to DOS ;NOTE: You must be careful this program occupies a lot of memory. ;$2010-$6000 = Screen for RIP(16KB) ;$6000-$A000 = Loading RIP (16KB) ;$A000-$AB1D = Main program End Start