Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

executable file
·
14 lines (8 loc) · 359 Bytes

A simulator for the IBM System/360 Model 50

This simulator runs the microcode for this computer, to execute System/360 instructions.

This is under development.

Directory structure:

js: The main code, in TypeScript.

ocr: Code used for OCR on the microcode listings.

sim: Experiments with a C++ version.