mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-27 00:13:28 +08:00
18 lines
201 B
Plaintext
18 lines
201 B
Plaintext
LDA
|
|
BNE
|
|
inx
|
|
clc
|
|
|
|
-------------------------------------
|
|
|
|
[
|
|
["opcode", "LDA"],
|
|
["opcode", "BNE"],
|
|
["opcode", "inx"],
|
|
["opcode", "clc"]
|
|
]
|
|
|
|
-------------------------------------
|
|
|
|
Check for opcodes
|