Files
CBE/examples/asm-demo.cpu/module.json
T
2026-06-04 03:22:17 +00:00

11 lines
216 B
JSON

{
"name": "AsmDemoCPU",
"arch": "tiny-8bit",
"module_type": "cpu",
"version": 1,
"tdp": 5.0,
"memory_size": 65536,
"frequency": 1000000,
"description": "ASM-programmed TinyCPU demo"
}