Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Apple Pascal
Apple II operating system and language interpreter

Apple Pascal is an implementation of Pascal for the Apple II and Apple III computer series, based on UCSD Pascal. Just like other UCSD Pascal implementations, it ran on its own operating system (Apple Pascal Operating System, a derivative of UCSD p-System with graphical extensions).

Originally released for the Apple II in August 1979, just after Apple DOS 3.2, Apple Pascal pioneered a number of features that would later be incorporated into DOS 3.3, as well as others that would not be seen again until the introduction of ProDOS.

The Apple Pascal software package also included disk maintenance utilities, and an assembler meant to complement Apple's built-in "monitor" assembler. A FORTRAN compiler (written by Silicon Valley Software of Sunnyvale, California) compiling to the same p-code as Pascal was also available.

Related Image Collections Add Image
We don't have any YouTube videos related to Apple Pascal yet.
We don't have any PDF documents related to Apple Pascal yet.
We don't have any Books related to Apple Pascal yet.
We don't have any archived web articles related to Apple Pascal yet.

Comparison of Pascal OS with DOS 3.2

Apple Pascal Operating System introduced a new disk format.6 Instead of dividing the disk into 256-byte sectors as in DOS 3.2, Apple Pascal divides it into "blocks" of 512 bytes each.7 The p-System also introduced a different method for saving and retrieving files. Under Apple DOS, files were saved to any available sector that the OS could find, regardless of location. Over time, this could lead to file system fragmentation, slowing access to the disk. Apple Pascal attempted to rectify this by saving only to consecutive blocks on the disk.8

Other innovations introduced in the file system included the introduction of a timestamp feature. Previously only a file's name, basic type, and size would be shown. Disks could also be named for the first time.9

Limitations of the p-System included new restrictions on the naming of files.10 Writing files only on consecutive blocks also created problems, because over time free space tended to become too fragmented to store new files. A utility called KRUNCH was included in the package to consolidate free space.11

The biggest problem with the Apple Pascal system was that it was too big to fit on one floppy disk. This meant that on a system with only one floppy disk drive, frequent disk swapping was needed. A system needed at least two disk drives in order to use the operating system properly.

Release history

PlatformDateOS
Apple II1979Apple Pascal 1.0
1980Apple Pascal 1.1
1983Apple Pascal 1.2
1985Apple Pascal 1.3
Apple III198112Apple Pascal 1.0
198313Apple Pascal 1.1

Sources

Notes

References

  1. Apple 1980, p. 248 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  2. Apple 1980, p. 2 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  3. Apple 1980, p. 183 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  4. Apple 1980, p. 134 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  5. "Apple Fortran Language Reference Manual" (PDF). http://mirrors.apple2.org.za/Apple%20II%20Documentation%20Project/Software/Languages/Apple%20II%20FORTRAN/Manuals/Apple%20FORTRAN%20Language%20Reference%20Manual.pdf

  6. Apple Pascal was designed to take advantage of the then new 140K 5.25" floppy disks. /wiki/Kilobyte

  7. Apple 1980, p. 25 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  8. Apple 1981, p. 162 - Apple (1981). Apple III Pascal - Introduction, Filer and Editor (PDF). Retrieved September 12, 2018. http://apple3.org/Documents/Manuals/Apple%20III%20Pascal%20-%20Introduction,%20Filer%20and%20Editor.pdf

  9. Under Apple DOS, disks can only be given a volume number. Apple Pascal disk volume names can be up to seven characters in length. See Apple 1980, p. 27 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  10. Apple DOS allowed filenames up to thirty characters long and any ASCII character could be used, Apple Pascal dropped the length to fifteen characters and allowed only letters, numbers and periods to be used. See Apple 1980, p. 30 /wiki/ASCII

  11. Apple 1980, p. 49 - Apple (1980). Apple II Pascal Operating System Reference Manual (PDF). Archived from the original (PDF) on 2015-04-30. Retrieved September 12, 2018. https://web.archive.org/web/20150430033749/http://apple2info.net/images/2/24/Apple2Pascal_Operating_System_Ref.pdf

  12. Apple 1981, p. I - Apple (1981). Apple III Pascal - Introduction, Filer and Editor (PDF). Retrieved September 12, 2018. http://apple3.org/Documents/Manuals/Apple%20III%20Pascal%20-%20Introduction,%20Filer%20and%20Editor.pdf

  13. Apple 1983, p. I - Apple (1983). Apple III Update 1.1 (PDF). Retrieved September 12, 2018. http://apple3.org/Documents/Manuals/Apple%20III%20Pascal%201.1%20Update.PDF