mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-05-03 22:49:59 +00:00
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.
14 lines
537 B
Plaintext
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
|