| 15 | const CODE_REGION_START = uint16(0x0500) |
| 16 | |
| 17 | type PrintStateConfig struct { |
| 18 | PrintState bool |
| 19 | PrintStateEvery int |
| 20 | } |
| 21 | |
| 22 | type SimpleComputer struct { |
| 23 | memory *memory.Memory64K |
nothing calls this directly
no outgoing calls
no test coverage detected