Expand description
The mref module exists to hide the internals of
MemoryWriteRef and MemoryReadRef.
We cannot simply use &mut MemoryWord because the
arithmetic element’s registers A-E share a metabit (the
metabit of the M register).
Structs§
- Memory
Read 🔒Ref MemoryReadReflogically represents a memory location (register) which we can read.- Memory
Write 🔒Ref MemoryWriteReflogically represents a memory location (register) which we can write to or read from.