gnupic@linuxhacker.org
gnupic@linuxhacker.org
Subject: __CONFIG in gpasm
From: Scott Dattalo
Date: Mon, 24 Jan 2000 12:45:33 -0600 (CST)
I had to make significant modifications to the __CONFIG directive logic
(do_config()) in gpasm to accomodate the 18cxxx configuration words. The
code works except for one caveat - the hex files are limited to 64k (and
the 18cxxx configuration words are at address with a 0x300000 base).
- How does mpasm get around this problem? (I think I know...)
- Would anyone object if for now that the 18cxxx configure words
are placed at addresses based 0xf000? (Because I don't have the
time right now to do it correctly.)
Scott
gnupic@linuxhacker.org