RE: LZ: Making fixed int progs
[Prev][Next][Index][Thread]
RE: LZ: Making fixed int progs
-
Subject: RE: LZ: Making fixed int progs
-
From: Micah/Richard Brodsky <Micahbro@msn.com>
-
Date: Fri, 20 Sep 96 00:17:21 UT
-
In-Reply-To: <>
I just figured out a way, but thanks anyways!
My way is make the string with TASM, download it onto the calc, and type the
following:
ZShell+<string>->ZShell
I tried it, and I believe it works.
--MZB
----------
From: owner-list-zshell@lists.ticalc.org on behalf of Ed Plese, Jr.
Sent: Thursday, September 19, 1996 9:11 AM
To: list-zshell@lists.ticalc.org
Subject: Re: LZ: Making fixed int progs
> Does anyone know how to put a string right above ZShell in the memory or in
an
> 85b so it won't be moved around? I am thinking about making a number of
> interrupt handling progs, and this would be extremely helpful. Thanks!
> --MZB
It's pretty tricky, but download a hex editor for DOS and do some
hacking to a backup file. First download some info about the
structure of a *.85b file. I found David Ellis's Hacking the 85 or
something like that to be very helpful and it even has a program to
update the checksum. I would tell you more, but I don't remember any
of it from when I did it. And the fixed string goes right AFTER
ZShell in memory.
-Ed