I am new to microprocessor 8086.
Can anybody tell me the procedure to run an assembly program written in MSAM32
Be more specific - do you need to run it, or to build it?
I need to run this program in a 8086 Microprocessor....
How to test this using MASM??
Plz help.
Program:
MOV CL,0000
MOV AX,@2500
MOV BX,@2502
ADD AX,BX
JNC L1
INR CL
MOV @2504,BX
MOV @2506,CL