Difference between revisions of "CSC103 Assembly Program 1"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[CSC103_Weekly_Schedule | Back]] to weekly schedule | ||
+ | ---- | ||
=A First Assembly Program= | =A First Assembly Program= | ||
<code><pre> | <code><pre> | ||
− | LOD-C | + | LOD-C 3 |
− | STO | + | STO 10 |
− | LOD-C | + | LOD-C 4 |
− | STO | + | STO 11 |
− | LOD | + | LOD 10 |
− | ADD | + | ADD 11 |
− | STO | + | STO 12 |
HLT | HLT | ||
+ | |||
</pre></code> | </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