mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-05-05 15:35:10 +00:00
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
Index of folder retro-220/software/BALGOL:
|
|
Source, object, and assembly listings for the Burroughs Algebraic
|
|
Compiler, an implementation of Algol-58 for the Burroughs 220, as
|
|
prepared for the retro-220 emulator.
|
|
|
|
Unless otherwise specified, all files are in standard Windows text
|
|
format, with carriage-return/line-feed delimiters.
|
|
|
|
|
|
[WORK IN PROGRESS]
|
|
|
|
|
|
BALGOL-Generator.bacg
|
|
Assembly listing of the BALGOL comiler-generator program,
|
|
transcribed by Paul Kimpel from:
|
|
http://archive.computerhistory.org/resources/text/Knuth_Don_X4100/
|
|
PDF_index/k-1-pdf/k-1-u2196-balgol220compiler.pdf.
|
|
This program is written using a different assembly language than the
|
|
other BALGOL components below.
|
|
|
|
BALGOL-Main.baca
|
|
Assembly listing of the BALGOL compiler main-line module,
|
|
transcribed by Paul Kimpel from:
|
|
http://archive.computerhistory.org/resources/text/Knuth_Don_X4100/
|
|
PDF_index/k-1-pdf/k-1-u2196-balgol220compiler.pdf.
|
|
This transcription reflects the corrections hand-coded on the
|
|
listing.
|
|
|
|
BALGOL-Main.card
|
|
Card-image input deck of BALGOL-Main.baca prepared for input to the
|
|
tools/BAC-Assembler script.
|
|
|
|
BALGOL-Overlay.baca
|
|
Assembly listing of the BALGOL compiler overlay module, transcribed
|
|
by Paul Kimpel from:
|
|
http://archive.computerhistory.org/resources/text/Knuth_Don_X4100/
|
|
PDF_index/k-1-pdf/k-1-u2196-balgol220compiler.pdf.
|
|
This transcription reflects the corrections hand-coded on the
|
|
listing.
|
|
|
|
BALGOL-Overlay.card
|
|
Card-image input deck of BALGOL-Overlay.baca prepared for input to
|
|
the tools/BAC-Assembler script.
|
|
|
|
BALGOL-Intrinsics/
|
|
Assembly listings (.baca) and input card decks (.card) for the
|
|
BALGOL intrinsic function library, transcribed by Paul Kimpel from:
|
|
http://archive.computerhistory.org/resources/text/Knuth_Don_X4100/
|
|
PDF_index/k-1-pdf/k-1-u2196-balgol220compiler.pdf.
|
|
These transcriptions reflect some notations and corrections hand-
|
|
coded on the listings.
|
|
|
|
BALGOL-Examples/
|
|
Source code and listings for sample BALGOL programs.
|
|
|
|
Paul Kimpel
|
|
March 2017
|