mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-26 11:27:07 +00:00
MakeAPPL is now obsolete, as everything it does can be done by Rez
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user