1 / 7

Pascal The B6700 Era

This article explores the development of a Pascal compiler and P-code emulator during the B6700 era. It discusses the challenges faced in compiler construction, the evolution of the compiler/emulator, debugging difficulties, and the impact of UCSD Pascal on the programming community.

Download Presentation

Pascal The B6700 Era

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PascalThe B6700 Era John VanZandt 10/22/04

  2. The Starting Point • Zurich-ETH Pascal compiler, written in Pascal (of course!) • Original Compiler – 4000 lines of Pascal • Today, “hello world” in Visual Studio C is 300 lines of code! • P-code emulator (assembly language?) • Documentation

  3. Stepping Stones andGlobal Visions • Pascal (zurich) • B6700 Emulator • PDP-11 – co-resident with RT-11 DOS • Terak (native, no OS) • All computers (THE WORLD!) Terak Microcomputer PDP-11 Minicomputer B6700 Mainframe Pascal (zurich) Scientific Computer

  4. B6700 Issues • Arithmetic (16-bit vs. 48-bit!) • Character set (ASCII vs EBCDIC) • Strict Data Types enforced in hardware • Real-world issues (I/O) • Other problems • Compiler construction was not considered to be a known art in the early 70’s (the classic Dragon book was first published in 1977!) • Emulator construction was also new

  5. Solutions • Added a few syntactic elements to match the environment • Multiple evolutions of the compiler/emulator to end up with a compiler that compiled itself • Debugging was like bringing up new HW CPU • Emulator was also being created at the same time (thank you Mark Overgaard) • No debugging tools

  6. Second Version – A Native B6700 Compiler • Written in large part by Howard Green, Roger Sumner, and John VanZandt • Much bigger problems – could not directly write compilers for B6700 • Security issues • VERY different code structures • Wanted some of the power of the Algol language • Offering it to Burroughs (years later Burroughs offered their own Pascal compiler)

  7. Addendum • UCSD Pascal is known around the world! • I still see resumes of new graduates from universities in far-off lands with “Pascal” or “UCSD Pascal” – 30 years later. • An untold number of versions of Pascal have been created – almost all because of people’s experience with UCSD Pascal • from microcomputers to supercomputers

More Related