o debug printf is working in asm

This commit is contained in:
David Voswinkel
2009-05-18 21:23:17 +02:00
parent ef69ab4ab3
commit aa649c89ee
3 changed files with 22 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ optixx.inc: optixx.pcx
$(AS) -o $? $@
$(APP): linkfile $(GFX) $(OBJS) $(GFX)
$(LD) -vr linkerfile.prj $@
$(LD) -vri linkerfile.prj $@
clean:
rm -vf $(APP) *.prj *.o