1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-01-19 09:28:03 +00:00

43 Commits

Author SHA1 Message Date
Paul Kimpel
6c51a5803b Commit 220 emulator version 0.4:
1. Minor improvements to magnetic tape implementation and rearrangement of code.
2. Correct Processor CAD/CAA/CSU/CSA operation for operand signs other than 0 or 1.
3. Correct Processor LDB to load only the low-order four digits of the operand into B.
4. Correct Processor SLS shift count; improve mechanization of other shift-left operations.
5. Fix beforeunload event registration for Cardatron and Console devices.
6. Implement "Whippet" mode for Console TTY devices to print at 200 CPS instead of 10 CPS.
7. Expand B220PaperTapePunch translate table to cover all 256 8-bit codes; scroll end of punched data into view.
8. Minor code cleanup in B220PaperTapeReader.
v0.04
2017-11-19 17:56:09 -08:00
Paul Kimpel
654af4f683 Commit 220 emulator version 0.3c:
1. Rework magnetic tape drive implementation to use Promises; refactor and consolidate drive operation routines.
2. Implement remaining magnetic tape operations: MOW, MOR, MRD, MRR, MTS, MFS, MTC, MFC.
3. Implement better error status reporting in mag tape control MISC register.
4. Implement memory and Processor-state dump by clicking the Burroughs "meatball" logo.
5. Implement preliminary run-time statistics on Console.
6. Use Function.bind() to bind context in Processor and mag tape scripts.
2017-11-17 06:29:31 -08:00
Paul Kimpel
4c63d98515 Commit version 0.03b: continue development of magnetic tape drive. 2017-11-02 12:45:33 -07:00
Paul Kimpel
d518d6e044 Commit 220 emulator version 0.3a:
1. Commit initial (incomplete) implementation of magnetic tape drives (TSU) and control: MLS, MRW, MDA, MIW, MIR, MPF, MPB, MPE, MIB, MIE.
2. Change B220SetCallback.js "setImmediate" mechanism to use DOM Promises instead of window.postMessage().
3. Minor styling and window positioning changes.
2017-10-19 09:18:48 -07:00
Paul Kimpel
c465da8eef 1. Commit PRIME.TABLE prime number table generator files to source control.
2. Commit assembly listing for WINTER.PI program.
3. Commit minor cosmetic changes for BALGOL-Main and BALGOL-Overlay.
2017-10-19 08:53:23 -07:00
Paul Kimpel
a95b75bc88 Commit retro-220 version 0.03:
1. Implementation Paper Tape Reader devices and op codes.
2. Commit standard and inverse-format paper tape loaders for WINTER.PI program.
3. Fix positioning of Cardatron and TTY/Paper Tape Punch device windows.
v0.03
2017-05-29 14:03:42 -07:00
Paul Kimpel
8b6199afd8 Commit retro-220 version 0.02:
1. Finish implementation of Cardatron input and output units.
2. Minor corrections to BAC-Assembler script and BALGOL-Generator transcription.
3. Apply band-select "punches" in column 1 of WINTER.PI.card assembler deck.
4. Implement striping on Console register displays to highlight the opcode (62) fields.
5. Implement List-Cards utility to read cards from CR1 and list them on LP2.
v0.02
2017-05-24 09:09:08 -07:00
Paul Kimpel
33c195ae84 Commit release 0.01a:
1. Initial Cardatron implementation with CardatronInput (card reader).
2. Implement default Pi demo program at address 0300.
3. Implement WINTER.PI card-load deck to boot from card reader 1 and run at address 0500.
4. Fix syntax typos in tools/BAC-Assembler.html.
2017-05-20 18:34:01 -07:00
Paul Kimpel
e66666048b Apply correct version 0.01 in Processor (missed on last commit). v0.01 2017-05-13 18:49:44 -07:00
Paul Kimpel
06a4eb3f08 Release emulator version 0.00e:
1. Rework the partial-word operators for better efficiency.
2. Correct emulated processor clock update during I/O operations.
3. Centralize common I/O initialization and termination code.
4. Correct statistics calculations in schedule().
5. Correct timing for integer and floating divide operators.
6. Correct remainder shifting in floating divide.
7. Implement diagnostic monitor window, opened by double-click on retro-220 logo on home page.
8. Correct timing for ConsolePrinter carriage control functions.
9. Implement simple demo programs pre-loaded into memory.
2017-05-13 18:44:56 -07:00
Paul Kimpel
9fa3d967d2 Commit preliminary version 0.00e:
1. Initial implementation of partial-word operators CFA, CFR, IFL, DFL, DLB, BFA, BFR, STA, STR, STB.
2. Implemement ADL, IBB, DBB, RTF, BOF, BRP, BSA, BCH, BCL, BCE, BCU, BCS, SOR, SOH, IOM, LDR, LDB, LBC, LSA, STP, CLA, CLR, CLB, CLL, all shifts.
3. Implement variable-length BCD adder.
4. Additional arithmetics methods for Register class.
5. Correct re-focus of ConsoleKeyboard window.
6. Allow ConsolePrinter CR/LF buttons to operate while in remote state.
2017-05-10 08:45:06 -07:00
Paul Kimpel
df29455c91 Commit version 0.00d:
1. Implement console teletype printer and paper tape punch devices.
2. Correct timing mechanism and operation complete processing for asynchronous (I/O) processor mode.
3. Delete extraneous alarm toggles from B220Processor.
4. Correct Reset And Transfer switch so it will work when the Processor is running.
5. Implement Hello World default program for SPO at address 0020.
6. Change keyboard keystroke assignments for B220ConsoleKeyboard.
7. Implement Reset-to-Defaults feature for B220SystemConfig.
8. Implement DOM Element.classList for B220Util class attribute manipulation.
9. Minor typo correction to BALGOL-Generator.bacg.
2017-04-29 13:41:02 -07:00
Paul Kimpel
bd285f4308 Commit proofing corrections to BALGOL-Generator.bacg transcription. 2017-04-11 05:58:44 -07:00
Paul Kimpel
3f3bf2cd85 1. Commit proofing updates to BALGOL-Intrinsics transcriptions.
2. Commit README for BALGOL-Examples.
2017-03-30 08:18:49 -07:00
Paul Kimpel
f891d5198d Commit emulator version 0.00c:
1. Initial implementation of integer and floating arithmetics, RND (16), and EXT (17) (not fully tested yet).
2. Implement Console Keyboard, integration with main Console, and KAD (08) instruction.
3. Implement BCS (38).
4. Correct S-to-C and S-to-P stop detection.
5. Improvements to lamp glow computation and management.
6. Implement right-hand clear bars on Console registers.
2017-03-12 12:30:07 -07:00
Paul Kimpel
cf932d5c85 1. Commit proofing updates to BALGOL-Main and BALGOL-Overlay transcriptions.
2. Correct and reorder op code table in BAC-Assembler.
3. Commit tools/BAC-DeckGen.cmd script to generate card deck files from transcription files.
4. Add /Q (quiet mode) switch to BAC-Xscript-Reformatter.wsf, correct problem with output of last card.
5. Commit examples 2, 3, and 4 from BALGOL manual; commit corrections to example 1.
2017-03-12 08:15:16 -07:00
Paul Kimpel
af47e574af 1. Commit proofing corrections to BALGOL-Main transcription.
2. Commit initial sample BALGOL programs from BAC-220 manual.
3. Modify BAC-Assembler to allow independent selection of listings from pass 1 and pass 2.
2017-03-05 09:21:56 -08:00
Paul Kimpel
a47ea448e2 Emulator version 0.00b:
Initial development of memory access, Fetch/Execute, add/subtract, BUN, and Console integration.
2017-03-04 17:43:48 -08:00
Paul Kimpel
ee513aec18 1. Commit completed initial transcription of BALGOL compiler generator listing -- not yet proofed.
2. Commit correction to BAC-Assembler: $$ strings represent an embedded carriage return, which prints as "$" on Cardatron.
2017-02-12 08:30:51 -08:00
Paul Kimpel
6702824907 Commit development WIP for B220Processor. 2017-02-05 19:56:24 -08:00
Paul Kimpel
ead7a59ba7 1. Commit BALGOL Generator transcription WIP.
2. Add ' as alternate for @ and < as alternate for ) and ¤ in BAC-Assembler.
2017-02-05 06:47:31 -08:00
Paul Kimpel
b7a68153ed 1. Commit initial register/FF definitions for B220Processor.
2. Commit minor enhancements to B220ControlConsole and organ switch image.
2017-01-29 09:10:21 -08:00
Paul Kimpel
44f685bb51 Commit BALGOL-Generator transcription WIP; change string quote characters from "-" (how a 4-8 punch printed on some IBM 407 tabulators) to "'" (alternative for "@" with type-H printwheels). 2017-01-29 09:06:39 -08:00
Paul Kimpel
dfcfe00e12 Commit development WIP for B220 Control Console. 2017-01-22 22:52:30 -08:00
Paul Kimpel
9bfb2224b1 Commit initial attempt at design of organ switch images for B220ControlConsole. 2017-01-22 10:00:19 -08:00
Paul Kimpel
d4c6799b25 1. Commit additional transcriptions for BALGOL intrinsic functions.
2. Commit initial transcription work for BALGOL compiler-generator program.
3. Commit corrections and enhancements to tools/BAC-Assembler.html and tools/BAC-Xscript-Reformatter.wsf to support additional assembly syntax found in the intrinsics.
2017-01-22 09:58:12 -08:00
Paul Kimpel
1133226fc0 1. Finish initial transcription of BALGOL-Overlay (not yet proofed).
2. Commit transcriptions of several BALGOL intrinsic functions (not yet proofed).
3. Minor correction to BALGOL-Main transcription.
4. Additional corrections and enhancements to BAC-Assembler.
2017-01-15 09:06:09 -08:00
Paul Kimpel
a5936cdd03 Commit corrections and enhancements to BAC-Assembler:
1. Remove emulated card reader UI and related timing delays.
    2. Implement CNST string operands spanning card images.
    3. Correct parsing of address pool constants and building of constant pools.
    4. Correct parsing of empty operands.
    5. Rearrange portions of the code, eliminate old stats-gathering prototype code.
Minor corrections to BALGOL-Main transcription.
Corrections and additional transcription for BALGOL-Overlay.
2017-01-08 17:47:29 -08:00
Paul Kimpel
f30992a1de Commit BALGOL-Overlay.baca transcription WIP as of 2017-01-07.
Commit BALGOL-FLOAT.baca intrinsic function transcription.
Commit corrections to BALGOL-Main.baca discovered during debugging of BAC-Assembler.
Commit tools/BAC-Xscript-Reformatter.wsf script to extract card decks from transcription files.
Commit BAC-Assembler corrections and enhancements.
Commit minor additions to B220ControlConsole.
2017-01-07 06:22:12 -08:00
Paul Kimpel
77735afd4b Commit BALGOL-Overlay.baca transcription WIP as of 2017-01-04.
Commit BAC-Assembler Pass 2 and Cardatron format band generator WIP.
2017-01-04 06:51:31 -08:00
Paul Kimpel
e830d6f124 Commit preliminary 0.00a emulator files for Processor and Control Console cloned from retro-205. 2016-12-29 10:27:45 -08:00
Paul Kimpel
db25dabd6f Commit BALGOL-Overlay transcription WIP as of 2016-12-29.
Commit further corrections to Pass 1 of BAC-Assembler.html.
2016-12-29 10:19:49 -08:00
Paul Kimpel
86664b609c Commit initial BALGOL-Overlay transcription WIP.
Commit corrections to Pass 1 of BAC-Assembler.html.
Commit initial BALGOL-Main.card extracted from BALGOL-Main.baca transcription.
2016-12-25 09:02:02 -08:00
Paul Kimpel
3195f857dc Commit BAC-Assembler Pass 1 WIP, proofing corrections to BALGOL-Main.baca. 2016-12-23 16:21:28 -08:00
Paul Kimpel
bf98f188a5 Commit completed initial transcription of BALGOL main module listing -- not yet proofed. 2016-12-22 07:01:01 -08:00
Paul Kimpel
c508dfd34a Commit BALGOL compiler transcription WIP as of 2016-12-18.
Provide link to MIT license text on home page.
2016-12-18 15:25:07 -08:00
Paul Kimpel
0a66daa33a Commit BALGOL compiler transcription WIP as of 2016-12-11.
Commit initial Javascript studies for BAC-Assembler.
2016-12-11 12:07:47 -08:00
Paul Kimpel
b086e21d19 Commit BALGOL compiler transcription WIP as of 2016-12-04. 2016-12-04 10:26:39 -08:00
Paul Kimpel
e29c256ba1 Commit BALGOL compiler transcription WIP as of 2016-11-27. 2016-11-27 07:14:15 -08:00
Paul Kimpel
26d4d8a701 Commit BALGOL compiler transcription WIP as of 2016-11-20. 2016-11-20 11:42:18 -08:00
Paul Kimpel
23d74a34ae Commit BALGOL compiler transcription WIP as of 2016-11-13. 2016-11-13 07:02:53 -08:00
Paul Kimpel
6c699d068f Commit initial BALGOL transcription WIP.
Commit initial web site page and resources.
2016-11-07 08:06:03 -08:00
Paul Kimpel
7f5873c89b Initial commit 2016-11-07 06:43:33 -08:00