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

V-memory writes to Arithmetic Element registers should succeed #53

Closed jamesyoungman closed 1 year ago

jamesyoungman commented 2 years ago

Right now, all attempts to write to V-memory are ignored. But, per example 10 on page 3-17 of the Users Handbook, wites should succeed for the A, B, C, D and E registers.

jamesyoungman commented 1 year ago

This was fixed in commit 94c78cde3561c27cfff1041726cd6728e812b6b7 I think, though perhaps the metabit sharing is not quite correct yet.