
06
JulyControl Registers

06
JulyData Registers

06
JulyIndex Registers

06
JulyMemory Segments

06
JulyPointer Registers

06
JulyProcessor Registers

06
JulySegment Registers

06
JulyDirect Memory Addressing Mode

06
JulyDirect-Offset Addressing

06
JulyImmediate Addressing Mode

06
JulyIndirect Memory Addressing Mode

06
JulyMOV Instruction

06
JulyRegister Addressing

06
JulyAllocating Storage Space for Initialized Data

06
JulyAllocating Storage Space for Uninitialized Data

06
JulyMultiple Variable Definitions

06
JulyMultiple Variable Initializations

06
JulyAssign Command

06
JulyDefine Command

06
JulyEQU Command

06
JulyAddition Command (ADD)

06
JulyDecrement Command (DEC)

06
JulyDivide Command (DIV-IDIV)

06
JulyIncrement Command (INC)

06
JulyMultiply Command (MUL-IMUL)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
101
102
103
104
105
106