Objectives
- Discuss basic computer concepts
- Define the four primary functions of a computer
- Discuss function of major components of a computer system
- Discuss and explain programming language levels
- Discuss and explain general programming concepts
100: a1 22 01 03 06 26 01 a3 22 01 a1 20 01 13 06 24 01 a3 20 01 120: 11 22 33 44 55 66 77 88
100:
MOV AX,[0122]
ADD AX,[0126]
MOV [0122],AX
MOV AX,[0120]
ADC AX,[0124]
MOV [0120],AX
120:
DB 11 22 33 44 55 66 77 88num1 = num1 + num2
In summary: