TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

[cpu] move run_until_alarm out of crate cpu into crate cli. #37

Closed jamesyoungman closed 2 years ago

jamesyoungman commented 2 years ago

The motivation is that this puts the "main loop" in the CLI itself, meaning that the library doesn't implement the main control flow. This should make it easier to integrate the simulator as a library.

This should fix #35