Header menu logo F# Header menu logo Averest

CompiledThread Type

CompiledThread holds the results obtained by compiling a thread

Record fields

Record Field Description

abcProg

Full Usage: abcProg

Field type: Map<int, AbacusInstr>
Field type: Map<int, AbacusInstr>

cmdProg

Full Usage: cmdProg

Field type: Map<int, CmdType>
Field type: Map<int, CmdType>

comments

Full Usage: comments

Field type: Map<int, string>
Field type: Map<int, string>

locDecls

Full Usage: locDecls

Field type: (string * TypeC)[]
Field type: (string * TypeC)[]

memMap

Full Usage: memMap

Field type: Map<string, int>
Field type: Map<string, int>

name

Full Usage: name

Field type: string
Field type: string

nxtAdr

Full Usage: nxtAdr

Field type: int
Field type: int

regMap

Full Usage: regMap

Field type: Map<string, int>
Field type: Map<string, int>

tmpVars

Full Usage: tmpVars

Field type: Set<string>
Field type: Set<string>

Type something to start searching.