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

10 lines
126 B
JSON

{
"opcode": 255,
"mnemonic": "HLT",
"args": [],
"cycles": 1,
"semantics": [
{"op": "nop"}
]
}