Z80 Routines:Graphic:put8x8sprite
From WikiTI
The put8x8sprite routine is used to
Code
Version without clipping
Version with Clipping
Example
;... ld l,8 ;y ld a,16 ;x ld b,8 ;height ld ix,sprite call putsprite call fastcopy ;... sprite: .db %11111111 .db %10000001 .db %10000001 .db %10000001 .db %10000001 .db %10000001 .db %10000001 .db %11111111