Language.Pck.Cpu.State

Evaluation monad (State monad)

type EvalCpu a

Cpu state type

data CpuState

pcFromCpuState

grFromCpuState

flFromCpuState

imemFromCpuState

dmemFromCpuState

dumpCpuState

initCpuState

initCpuStateMem

Result type

data ResultStat

access for the Cpu state

PC(program counter)

readPc

updatePc

incPc

General purpose registers

readGReg

readGReg2

updateGReg

Flags

readFlags

updateFlag

Instruction memory

fetchInst

Data memory

readDmem

updateDmem