home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Assembler
/
dse-src5.dms
/
in.adf
/
SetColor.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-05-07
|
250 b
|
13 lines
;SetColor routine, © NoLimits in 1988
;should be used together with the ShowPic routine
setcolors:
move.l #piccyend,a0 ;a0=end of picture
sub.l #64,a0 ;2^(ant.planes+1)
move.l #$dff180,a1
move.l #31,d0
sc1: move (a0)+,(a1)+
dbf d0,sc1
rts