Compiled by MacProber - 1/4/99 ----------------------------- Posted to: comp.sys.apple2 Usenet newsgroup by Dave Tribby on 1/4/99 --------------------------------------------------------------------- Take a look at my Apple Pascal Web page at http://www.educate.net.au/~apple2/software/tribby/apascal.html The archive of the PRDEV: disk contains a disassembler I wrote. This archive is a disk image of a Pascal disk, so you need to be able to run Apple Pascal to take advantage of it. The source code is included. E-mail me if you have specific question. -- Dave Tribby tribby@cup.hp.com --------------------- The text of his above noted website page is listed below, with link url additions by MacProber. ---------------------------------------------------------- ---------------------------------------------------------- Apple Pascal By Dave Tribby Text taken from the following url: http://www.educate.net.au/~apple2/software/tribby/apascal.html Most Apple II users think of DOS, Integer BASIC, and Applesoft BASIC when they consider the operating system and languages used to run the early machines. But not too long after the Apple ][+ was introduced Apple released it's own derivative of the UCSD P-System: Apple Pascal. Although Apple DOS 3.3, ProDOS, and Apple Pascal share the same low-level format for floppy disks (16-sector, 140K format for 5.25 inch disks; 800K for 3.5 inch disks) and access to peripheral cards in I/O slots, the similarity ends there. Apple Pascal uses the UCSD file directory format (limited to 77 files per volume) and a separate BIOS. The Pascal Compiler generates P-code, which is interpreted at run time. Relocatable 6502 assembly language routines can be written using the Assembler and linked into Pascal programs for execution. One of my favorite books, Randal Hyde's p-Source: A Guide to the Apple Pascal System, describes how to use the methods provided for adding customized drivers to enhance the P-code interpreter itself. (The book revealed a lot of other fascinating secrets as well.) Available from this url: http://www.cs.ucr.edu/~rhyde/psource.htm ------------------------------------------------------------------------ The Archives I had a lot of fun between 1981 and 1987 writing programs and customizing the system to work with my Mountain Hardware CPS card (and later to use the Apple IIgs hardware). On this page I'm making available some of the source code and executables. Unfortunately, there is no "Shrinkit" format for Apple Pascal. I have copied groups of programs on 800K and 140K disks and created disk-image archive files. (If you can think of a better way to make the information available, please write me at the address found on the bottom of this page.) After you copy the archive to your system, you can run Shrinkit to restore it on a 3.5 inch disk; that disk should work in your Apple Pascal system. Since I'm not sure how many folks are interested in using these disk images, I haven't tested them to see if there are ties to my system that will make them difficult for others to use. If you run into problems (say, a reference to a missing file), send me e-mail and I'll try to help you out. Of course, you must own Apple Pascal to use any of these archives. Notes: ¥If you are using Netscape Navigator, you will probably need to ``shift-click'' on the links in order to get them to download to your system rather than display as garbled text. ¥You can list the software archive (.DSK) and description (.txt) files in directory format. Ref. url: http://www.educate.net.au/~apple2/software/tribby/apdisks ------------------------------------------------------------------------ TOOLS0: 140K (5.25 inch) Apple Pascal disk containing text files of procedures and functions that are handy to use when programming in Pascal. Some are combined into a UNIT called ToolStuff. DISKMAP: 140K (5.25 inch) Apple Pascal disk containing text and code files for software that will map multiple logical disk volumes onto a single physical Apple Pascal disk volume. FUTIL1: 800K (3.5 inch) Apple Pascal disk containing text and code files for various file access utilities. PRDEV: 800K (3.5 inch) Apple Pascal disk containing text and code files for program development tools, including programs to generate cross reference listings of Pascal and Assembler source code. PSYS: 800K (3.5 inch) Apple Pascal disk containing text and code files for various programs that allow you to explore the Apple Pascal system, including a UNIT to access system variables, a program to print information about code files, and assembly language code of the TREESEARCH function dropped after Apple Pascal 1.2. IO: 800K (3.5 inch) Apple Pascal disk containing text and code files for software related to Pascal I/O, including various drivers and an assembly language routine to access the Apple IIgs clock. ------------------------------------------------------------------------ For Further Information... Here are some interesting links related to Apple Pascal: ¥The Byte Works: Apple Pascal 1.3. How to buy Apple Pascal. http://hypermall.com/byteworks/APDA/apda24.htm ¥The UCSD P-System Museum. Read the history of UCSD Pascal. http://www.threedee.com/jcm/psystem/index.html ¥Adrian Whichello's Other Stuff Page. See the ``Leftovers'' section at the bottom of the page. Includes source code for a number of Apple Pascal programs. http://cassius.ee.usyd.edu.au/~adrianw/other.html ¥Chapter 17 of Steven Weyhrich's Apple II History includes information about Apple Pascal. http://www.hypermall.com/History/ah17.html ------------------------------------------------------------------------ Find anything wrong with this page...bad spelling, corrupt links, misstatements of fact, etc.? Is there anything that can be improved? Please let me know by following the e-mail link at the bottom of this page. ------------------------------------------------------------------------ Return to Dave Tribby's Apple II Page http://www.educate.net.au/~apple2/software/tribby/index.html or the Apple II page maintained by Terry Allen http://www.educate.net.au/~apple2/ Space for this page provided by Educate. This page was last modified December 7, 1998, by Dave Tribby / tribby@cup.hp.com ------------------------------------------------- -end of compiled text- That's All Folks ! MacProber