Removed unused files

This commit is contained in:
alpine9000
2016-03-05 16:40:36 +11:00
parent f3be7251a1
commit 333728ed2c
2 changed files with 0 additions and 25 deletions
-20
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
int main()
{
volatile unsigned x = 16;
volatile unsigned y = x / 4;
}