1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-02-10 18:20:44 +00:00
Files
pkimpel.retro-220/software/tools
Paul Kimpel 1ef4bc9d14 Commit updates to BALGOL DIRICHLET example.
1. Changes to DIRICHLET program that allow it to compile and run correctly.
2. Cosmetic changes to BALGOL-Main, BAC-Assembler, GEN-Assembler.
3. Commit software/tools/BALGOL-DumpAnalyzer.html script that does a parial
analysis of a memory dump from a BALGOL compiler run.
4. Commit compiler tape image and generator deck configured to run on a
system with 10000 words of memory.
2018-06-10 18:55:55 -07: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