Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2024 v0.0.6 Apr 10, 2024 v0.0.5 Apr 6, 2024 v0.0.4 Apr 17, 2021 v0.0.3 Apr 9, 2021 v0.0.2 Jun 20, 2019 v0.0.1 Jun 19, 2019 Changes in this version + type HaltError Word + func (e HaltError) Error() string + type LoopError Word + func (e LoopError) Error() string + type M struct + AC Word + Flag [7]bool + Halt bool + IO Word + Mem [010000]Word + OV Word + PC Word + Sense [7]bool + func (m *M) Load(r io.Reader) error + func (m *M) Step(t Trapper) error + type Trapper interface + Trap func(y Word) + type UnknownInstrError struct + Inst Word + PC Word + func (e UnknownInstrError) Error() string + type Word uint32