ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
MnemonicDescriptionFormatFormat1514131211109876543210RegisterUseAddress RangeUse
2
0HLTHaltHA-Src2Src1/DestOpcodex0Hardwire zero0-15I/O
3
1JINJump Immediate If Not ZeroGB-PtrDestOpcodex1Return Value16-255RAM
4
2CMPCompareAC-PtrSrcOpcodex2Arg A
5
3ADDAddAD--Src/DestOpcodex3Arg B
6
4SUBSubtractAE-SrcDestOpcodex4Arg C
7
5ANDBitwise AndAFImmediateDestOpcodex5General
8
6ORRBitwise OrAGInstruction Address-Opcodex6General
9
7XORBitwise Exclusive OrAH---Opcodex7General
10
8LSHLogical Left ShiftDNot neededx8General
11
9RSHLogical Right ShiftDx9General
12
10INCIncrementDx10General
13
11DECDecrementDx11General
14
12LODLoadBx12General
15
13LDILoad ImmediateFx13Flags
16
14STOStoreCx14Stack Ptr
17
15CPRCopy RegisterEx15PC
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100