home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / apple2 / 26750 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!honte.uleth.ca!panda.uleth.ca!kaminski
  3. From: kaminski@panda.uleth.ca (David Kaminski)
  4. Subject: Re: Apple //e pascal
  5. Message-ID: <kaminski.726779842@honte>
  6. Sender: news@honte.uleth.ca (News System)
  7. Organization: University of Lethbridge
  8. References: <86366@ut-emx.uucp> <2B4E5498.4360@ics.uci.edu>
  9. Date: 11 Jan 93 19:17:22 GMT
  10. Lines: 31
  11.  
  12. jimmys@bonnie.ics.uci.edu (Jimmy Shaw) writes:
  13.  
  14.     [ deletions ]
  15. >>
  16. >>I have a question, of course!  I am looking for a PASCAL compiler for the
  17. >>Apple //e.  It needs to use the super high-res screen and I want it to
  18. >>compile.
  19.     [ deletions ]
  20. >fit your description (sort of.)  Turbo-Pascal (CP/M) and Apple Pascal
  21. >(UCSD Pascal) are text based, and Instant Pascal by Apple uses
  22. >GUI, but not the "super high-res screen."  The IIe doesn't have a
  23.     [ deletions ]
  24.  
  25. It is possible to write code for the //e that uses the high resolution
  26. screen (i.e., the 560 x 192 x 2 screen, or its colour variant) using
  27. Apple Pascal (the UCSD product). You will need the graphics toolkit that
  28. Apple used to sell through APDA - I suspect A2 Central now serves as the
  29. distributor for this product.
  30.  
  31. Alternatively, you could write your own assembly language primitives for
  32. plotting dots on the 560 x 192 screen, and link them in as external
  33. procedures (something that I've done in the past).
  34.  
  35. If you do opt for the graphics toolkit approach, you'll also get
  36. libraries to support the mouse, and either mousetext or double
  37. high-resolution graphics window interfaces similar to what you find on
  38. the Mac.
  39.  
  40. Good luck.
  41.  
  42. David Kaminski <<kaminski@panda.uleth.ca>>
  43.