Software:Apple Pascal

From HandWiki
Apple Pascal
Apple Pascal 1.2.jpg
Apple Pascal for Apple II, version 1.2
DeveloperApple Computer
OS familyUCSD Pascal
Working stateHistoric
Source modelClosed source
Initial releaseAugust 1979; 44 years ago (1979-08)
|Final release|Latest release}}1.3 (Apple II)
1.1 (Apple III) / 1984; 40 years ago (1984)[1]
Kernel typeMonolithic
LicenseApple Software License Agreement

Apple Pascal is an implementation of Pascal for the Apple II and Apple III computer series. It is based on UCSD Pascal.[2] Just like other UCSD Pascal implementations, it ran on its own operating system (Apple Pascal Operating System,[3] 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,[4] and an assembler[5] meant to complement Apple's built-in "monitor" assembler. A FORTRAN compiler (written by Silicon Valley Software, Sunnyvale California) compiling to the same p-code as Pascal was also available.[6]

Comparison of Pascal OS with DOS 3.2

Apple Pascal Operating System introduced a new disk format.[7] Instead of dividing the disk into 256-byte sectors as in DOS 3.2, Apple Pascal divides it into "blocks" of 512 bytes each.[8] 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.[9]

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.[10]

Limitations of the p-System included new restrictions on the naming of files.[11] 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.[12]

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

Platform Date OS
Apple II 1979 Apple Pascal 1.0
1980 Apple Pascal 1.1
1983 Apple Pascal 1.2
1985 Apple Pascal 1.3
Apple III 1981[13] Apple Pascal 1.0
1983[14] Apple Pascal 1.1

Sources

Notes

  1. "Apple II Pascal - apple2info.net: Apple II Information". http://apple2info.net/index.php?title%3DApple_II_Pascal. 
  2. Apple 1980, p. 248
  3. Apple 1980, p. 2
  4. Apple 1980, p. 183
  5. Apple 1980, p. 134
  6. "Apple Fortran Language Reference Manual". http://mirrors.apple2.org.za/Apple%20II%20Documentation%20Project/Software/Languages/Apple%20II%20FORTRAN/Manuals/Apple%20FORTRAN%20Language%20Reference%20Manual.pdf. 
  7. Apple Pascal was designed to take advantage of the then new 140K 5.25" floppy disks.
  8. Apple 1980, p. 25
  9. Apple 1981, p. 162
  10. 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
  11. 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
  12. Apple 1980, p. 49
  13. Apple 1981, p. I
  14. Apple 1983, p. I

External links