1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-01-13 15:18:24 +00:00
Paul Kimpel 0fe12839a7 BALGOL Lives! Commit first working version of compiler,library, and example programs.
1. Revised versions of Generator and Compiler tapes, and their callout decks.
2. Object program callout deck to load and run compiled programs from their object tape.
3. Minor corrections to BAC-Assembler for object code output.
4. Implement object card output for GEN-Assembler, similar to BAC-Assembler.html
5. Corrections and compilation listings for example programs from BALGOL Reference Manual. All examples from the manual now compile.
6. Sample data deck and execution output for Example-1 program from Reference Manual. The results now show 6-7 digit agreement with results from modern Unisys MCP ("E-mode") Algol.
7. Minor changes to output formatting for E-mode and B5500 versions of the Example-1 program.
8. Manually-reformatted listing of E-mode Example-1 results to make them easier to compare with the BALGOL results.
2018-02-05 09:27:23 -08:00
..

Index of folder retro-220/software/tools:
Scripts and utilities supporting the Burroughs 220 BALGOL Compiler
reconstruction effort.

Unless otherwise specified, all files are in standard Windows text
format, with carriage-return/line-feed delimiters.


BAC-Assembler.html
    HTML/Javascript assembler for the assembly language dialect used
    with the BALGOL Main, Overlay, and library functions.

BAC-DeckGen.cmd
    Windows command-line script to generate card decks for BAC-Assembler
    from the transcribed *.baca files for the BALGOL compiler.

BAC-XScript-Reformatter.wsf
    Windows VBScript utility to extract source code from the BALGOL
    assembly listing transcriptions and reformat them into card decks
    for use by BAC-Assembler.html

GEN-Assembler.html
    HTML/Javascript assembler for the assembly language dialect used
    with the BALGOL Generator utility.

GEN-XScript-Reformatter.wsf
    Windows VBScript utility to extract source code from the Generator
    assembly listing transcription and reformat it into a card deck for
    use by GEN-Assembler.html.

Mahon-PT-Xlate.wsf
    Windows VBScript utility to translate the original paper tape files
    for Michael Mahon's SNAP-1E assembler for the 220 to the paper tape
    image format required by the retro-220 emulator.
    See /software/SNAP-Assembler for more on that assembler.

Paul Kimpel
January 2018