home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / apple2 / 26138 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.4 KB

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