diff --git a/009.anim_blit/test.asm b/009.anim_blit/test.asm deleted file mode 100644 index fd7030f..0000000 --- a/009.anim_blit/test.asm +++ /dev/null @@ -1,20 +0,0 @@ - idnt "test.c" - opt 0 - opt NQLPSMRBT - section "CODE",code - public _main - cnop 0,4 -_main - subq.w #8,a7 - movem.l l2,-(a7) - moveq #16,d0 - move.l d0,(0+l4,a7) - move.l (0+l4,a7),d0 - lsr.l #2,d0 - move.l d0,(4+l4,a7) -l1 -l2 reg -l4 equ 0 - addq.w #8,a7 - rts -; stacksize=8 diff --git a/009.anim_blit/test.c b/009.anim_blit/test.c deleted file mode 100644 index cd3f768..0000000 --- a/009.anim_blit/test.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - volatile unsigned x = 16; - volatile unsigned y = x / 4; -}