9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"opcode": 10,
|
|
"mnemonic": "STORE_A",
|
|
"cycles": 2,
|
|
"semantics": [
|
|
{"op": "store", "from": "a", "to": "mem[$next]"}
|
|
]
|
|
}
|