IBM Pascal Compiler Aug81 pdf (via: Bitsavers’ Index of /pdf/ibm/pc/dos)
Posted by jpluimers on 2013/05/26
Wow, I didn’t know that IBM had their own DOS based Pascal compiler for the PC in 1981, but they did, and BitSavers just uploaded their manual
IBM_Pascal_Compiler_Aug81.pdf
Edit:
document moved from http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/IBM_Pascal_Compiler_Aug81.pdf
to: http://bitsavers.trailing-edge.com/pdf/ibm/pc/languages/IBM_Pascal_Compiler_Aug81.pdf
It is part of their “Personal Computer Computer Language Series”
From the era of DOS Pascal compilers before Turbo Pascal.
–jeroen
Rudy Velthuis said
MS QuickPascal was probably the reason Turbo Pascal 5.5 was released. QP had come out shortly before it, and used Wirth’s ObjectPascal syntax. TP 5.5 was released without any useful OO framework, and only TP 6 came with Turbo Vision. MSQP did not sell very well, IIRC.
jpluimers said
It was in fact the reason to release early. Borland had been working on that compiler for quite a while (closely looking at Object Pascal from Apple) when Microsoft came out
Just learned from http://programmers.stackexchange.com/questions/96788/what-was-the-life-span-of-quick-pascal that Quick Pascal was actually a scaled down version of Microsoft Pascal, but with added OO features.
BTW: You posted an almost similar statement here years ago: http://www.delphigroups.info/2/8b/448391.html (;
More nice links (should eventually make some of them in a “history post” if I find time):
– http://en.wikipedia.org/wiki/Microsoft_Pascal
– http://www.emsps.com/oldtools/mspascal.htm
– http://books.google.nl/books?id=mDAEAAAAMBAJ&pg=PT20&lpg=PT20&dq=%22quick+pascal%22+%22microsoft+pascal%22&source=bl&ots=M6cC0ZIgsC&sig=AKvQditiNlgFffLFiwIG92ef_r0&hl=en&sa=X&ei=rLyjUbXkOK2l0wXssIGYBw&redir_esc=y
– The QP IDE: http://www.flickr.com/photos/jwpluimers/8641397858/
– http://guti.bitacoras.com/quick-c-quick-pascal-y-quick-basic/1797
– http://macgui.com/usenet/?group=107&start=2791&id=1453#msg
– http://macgui.com/usenet/?group=107&start=2791&id=1458#msg
– http://archive.org/stream/A_History_of_the_Personal_Computer/eBook13_djvu.txt
Markus Kinzler said
Document seems to be moved to http://bitsavers.trailing-edge.com/pdf/ibm/pc/languages/IBM_Pascal_Compiler_Aug81.pdf
jpluimers said
thanks. updated.
Franz-Leo Chomse said
Microsoft had a Pascal compiler also. In the early DOS days I used to program in MS Pascal and Turbo Pascal for the same project.
Turbo Pascal had only a segment for code but several for data whereas MS Pascal had only one segment for data but several for code.
Thus data input modules were written in MS Pascal to have enough code space for data validation, whereas data manupilation modules were written in Turbo Pascal due to needed memory for intermediate data. Large programs were only possible with Turbo Pascal 4.0 and above with
the ability to create overlays.
jpluimers said
Nice!
Was that Microsoft Quick Pascal you used, or another Microsoft Pascal compiler?
Franz-Leo Chomse said
No. The Original one. (The above IBM Pascal should be an OEM version)
http://en.wikipedia.org/wiki/Microsoft_Pascal