From: lv@muffel.hotb.sub.org (Lutz Vieweg)
Newsgroups: comp.sources.hp48
Subject: v02i041: qed - Machine Code Editor v1.07, Part01/03
Message-ID: <cshp48-v02i041=qed.210443@seq.uncwil.edu>
Date: 11 Nov 91 02:06:18 GMT
Sender: spell@seq.uncwil.edu (Chris Spell)
Followup-To: comp.sys.hp48
Organization: Univ. of North Carolina @ Wilmington
Lines: 897
Approved: spell@seq.uncwil.edu
Posted: Sun Nov 10 20:06:18 1991
Checksum: 1116782064 (verify with brik -cv)
Submitted-by: Lutz Vieweg <lv@muffel.hotb.sub.org>
Posting-number: Volume 2, Issue 41
Archive-name: qed/part01
BEGIN_RDME qed_2.rdm
Hi!
I was very surprised when I heard that QED 1.06 seemed to crash when
some libraries were installed. The reason for this is simple, but it
is not that easy to solve the problem. QED really needs absolute
adresses in RAM. But since it is no longer self-modifying, as it has
been in version 1.05, I needed to find a save location were to put
the internal variables. QED uses the PICT memory, which I guessed
to reside in the same place any time. But there are some libraries
that moves the PICT memory to a higher location - in general a few
bytes only, but this caused nasty crashes. The solution is not
that elegant, but I think it will prevent further trouble:
QED uses now the highest possible memory-range, and it checks wether
this range is occupied by PICT or not. So I managed to make
QED work with all the libraries I tried - and I hope it will
not crash anymore...
cu, Lutz Vieweg
END_RDME
BEGIN_RDME qed.rdm
PLEASE READ THE QED.TXT FILE ENTIRELY!
Included in this package:
QED.DIR a binary file (directory object) to be transmitted
to the HP48sx, containing all QED related variables
and programs (e.g. 3 different fonts)
QEDSMALL.DIR a binary file (directory object) to be transmitted
to the HP48sx, containing only the 4 neccessary
variables QED.o QED.font QED.env QED.keys - download
this one for a first test...
QED.DOC QED's manual. If you are updating from a former release,
please take a look at the "version history" in this
manual.
FONTSRC.zoo An archive containing the source-codes for the fonts.
(This has been unZOOed by Kevin Jessup, Sysop, Milwaukee HP48 BBS.
It is now called FONTSRC.ZIP)
QED.RDM (or !README.1ST) this text
END_RDME