MakeAPPL is now obsolete, as everything it does can be done by Rez

This commit is contained in:
Wolfgang Thaller
2015-07-20 20:05:38 +02:00
parent 4957426613
commit f1c4fe3a22
6 changed files with 116 additions and 12 deletions
+3 -9
View File
@@ -1,13 +1,7 @@
#include "Retro68.r"
type 'INIT' {
hex string dontBreakAtEntry = $"", breakAtEntry = $"A9FF";
longint = 0x61000002; // bsr *+2
relativeTo:
integer = 0x0697; // addi.l #_, (a7)
longint = $$long(fltfile + 8*8) + (fltfile-relativeTo)/8;
integer = 0x4e75; // rts
longint = fltfile/8;
fltfile:
hex string;
RETRO68_CODE_TYPE
};
resource 'INIT' (128) {