mirror of
https://github.com/weiju/amiga-stuff
synced 2026-09-13 04:01:52 +00:00
added disassembling for cmp
This commit is contained in:
+4
-1
@@ -2,7 +2,7 @@ ASM_FLAGS = -Fhunk -devpac -I/home/weiju/Development/NDK_3.9/Include/include_i
|
||||
ASM = vasmm68k_mot
|
||||
.SUFFIXES : .o .asm
|
||||
|
||||
all: test1 hello test2 mouse raster1
|
||||
all: test1 hello test2 mouse raster1 raster2
|
||||
|
||||
.asm.o:
|
||||
$(ASM) $(ASM_FLAGS) -o $@ $<
|
||||
@@ -23,3 +23,6 @@ mouse: mouse.o
|
||||
|
||||
raster1: raster1.o
|
||||
vlink -bamigahunk -o $@ -s $<
|
||||
|
||||
raster2: raster2.o
|
||||
vlink -bamigahunk -o $@ -s $<
|
||||
|
||||
Reference in New Issue
Block a user