1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2026-05-10 08:06:44 +00:00
Files
AmigaExamples/009.anim_blit/utils.s
2016-03-04 15:53:19 +11:00

10 lines
131 B
ArmAsm

waitvbl:
movem.l d0-a6,-(sp)
.loop move.l $dff004,d0
and.l #$1ff00,d0
cmp.l #303<<8,d0
bne.b .loop
movem.l (sp)+,d0-a6
rts