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 MemoryReadRef
logically represents a memory location (register) which we can read.- Memory
Write 🔒Ref MemoryWriteRef
logically represents a memory location (register) which we can write to or read from.