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

9 lines
135 B
JSON

{
"opcode": 15,
"mnemonic": "INC_A",
"cycles": 1,
"semantics": [
{"op": "inc", "from": "a", "to": "a"}
]
}