test reloacte via hook

This commit is contained in:
David Voswinkel
2009-06-05 00:05:18 +02:00
parent c1d066ae3c
commit 0b9ed151fa
3 changed files with 9 additions and 4 deletions

View File

@@ -66,15 +66,15 @@ hook.obj: hook.asm
$(APP): $(OBJS)
$(LD) -HB -M21 -V -T -Pff \
-C008000,000000 -U000000,000000 \
-C3e8000,000000 -U000000,000000 \
-Avectors=FFE4,7FE4 \
-Aregistration_data=FFB0,7FB0 \
-Aressource=3f8000,8000 \
-Ahook=0108000,0000 \
-N $(OBJS) $(LIBS) -O $@
ucon64 -snes -chk $(APP) 2>&1 >/dev/null
#-Ahook=008000,0000 \
clean:
rm -vf $(APP) *.obj *.TMP