MCPcopy Create free account
hub / github.com/djhworld/simple-computer / PrintStateConfig

Struct PrintStateConfig

computer/computer.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const CODE_REGION_START = uint16(0x0500)
16
17type PrintStateConfig struct {
18 PrintState bool
19 PrintStateEvery int
20}
21
22type SimpleComputer struct {
23 memory *memory.Memory64K

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected