0 Members and 1 Guest are viewing this topic.
I have two questionsHow does OFFSCRPT work?How would I use Axe to modify OFFSCRPT?
Aaah ok. I never heard of it. I never saw it on my calc before.
if only the calc could be hacked so that the OS could run OFFSCRPT from archive (cuz, if you archive it, the calc does not run the specified prgm on startup) and if OFFSCRPT could be made to check if the specified prgm is archived and if it is, unarchive it. Thats what i hate: progs set to run on startup must be in RAM, and if you crash, OFFSCRPT is reset.
OffScrptCode: .relocate $8001 bit 4,(IY+apdFlags) ret nz ld hl,MyAppName rst 20h bcall(_FindApp) ret c dec a ;this is on page 2 ld hl,MyGetKeyHook bcall(_EnablegetKeyHook) ;set 0,(iy+34h) ret MyAppName: .db AppObj,"DoorsCS7" ret .endrelocate OffScrptCodeEnd:
Btw I don't really remember having that on my calc before, even when I was using Startup. Was it added in later versions of Startup (after 2002)?