ProcessorState<'a> Type
a processor state contains all values that may change in an execution; buffers are thereby array where NONE denotes no value, and where the head value is at index 0, so that the arrays end with a suffix of values NONE and have a prefix of SOME-values.
Record fields
Record Field | Description |
Full Usage:
busy
Field type: int[]
|
|
|
|
|
|
|
|
|
|
Full Usage:
loadBusy
Field type: int
Modifiers: mutable |
|
|
|
|
|
|
|
Full Usage:
memData
Field type: 'a[]
|
|
|
|
|
|
|
|
Full Usage:
pc
Field type: int
Modifiers: mutable |
|