1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-05-03 22:49:59 +00:00
Files
pkimpel.retro-220/software/BALGOL/BAC-220-Generator-Callout.card
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

14 lines
537 B
Plaintext

777 BAC-220 GENERATOR CALLOUT PROGRAM
666 61000600005
=== 6000030000200000390000000185000000000152000009999009999
2 GENERATE STANDARD VERSION OF BAC-220;
2 COPY COMPILER FOR UNIT 2 LANE 00;
2 MACHINE-LANGUAGE OUTPUT ON UNIT 1 LANE 00;
2 CARD READER IS UNIT 1;
2 CARD PUNCH IS UNIT 1;
2 PRINTER IS UNIT 2;
2 MEMORY SIZE IS 5000;
2 COMMENT OUT -- PUNCH LIBRARY 6 INSTRUCTIONS PER CARD;
2 FINISH;
777 DUMMY REJECT CARD TO END GENERATOR DECK