Difference between revisions of "CSC103 Assembly Program 1"
(New page: LOD-C 3 STO 10 LOD-C 4 STO 11 LOD 10 ADD 11 STO 12 HLT) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | LOD-C | + | [[CSC103_Weekly_Schedule | Back]] to weekly schedule |
− | STO | + | ---- |
− | LOD-C | + | =A First Assembly Program= |
− | STO | + | <code><pre> |
− | LOD | + | |
− | ADD | + | LOD-C 3 |
− | STO | + | STO 10 |
+ | LOD-C 4 | ||
+ | STO 11 | ||
+ | LOD 10 | ||
+ | ADD 11 | ||
+ | STO 12 | ||
HLT | HLT | ||
+ | |||
+ | |||
+ | </pre></code> |
Latest revision as of 07:55, 24 September 2008
Back to weekly schedule
A First Assembly Program
LOD-C 3
STO 10
LOD-C 4
STO 11
LOD 10
ADD 11
STO 12
HLT