home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!SIUCVMB.SIU.EDU!ST2975
- From: ST2975@SIUCVMB.SIU.EDU
- Newsgroups: comp.sys.apple2
- Subject: Re:wanted:65816
- Message-ID: <9212300857.AA03774@apple.com>
- Date: 30 Dec 92 08:50:12 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 24
-
- Merlin16(+) is not the only program that supports the 65802.
- I've written a 16 bit cp-interpreter for the HyperC environment
- that runs ALL of the HyperC language tools and external commands.
- (read: backwards compatibility built-in)
-
- It supports 16 bit irqs (and HyperC's unorthodox use of brk)
- in a ProDOS 8 environment.
-
- P.S. its free to anyone to use. And until I'm told otherwise,
- it will also work on a IIgs. Previous versions did. Currently
- it uses a 16 bit accumulator, 8 bit index registers mostly,
- zero page direct register and 16 bit stack pointer. I'm playing
- with the idea of a dynamic direct page and lda/sta (offst,s),y
- addressing mode.
-
- I'd be interested in compiling a list of those 8 bit Apple II
- owners with a 65802/816 installed. Maybe with enough names
- we might even get a modified version of ProDOS 16. (right!)
- I know of about a half dozen currently.
-
- /* Andy Werner hybrid concepts st2975@siucvmb.siu.edu *
- * HyperC enthusiast 65802/816 support for HyperC *
- * Laser 128EX 4Mhz 65802 st2975@siucvmb.bitnet */
-
-