9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"opcode": 15,
|
|
"mnemonic": "INC_A",
|
|
"cycles": 1,
|
|
"semantics": [
|
|
{"op": "inc", "from": "a", "to": "a"}
|
|
]
|
|
}
|