News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How to run a Microprocessor 8086 in Masm

Started by vennila, April 28, 2006, 11:43:12 AM

Previous topic - Next topic

vennila

I am new to microprocessor 8086.

Can anybody tell me the procedure to run an assembly program written in MSAM32

sluggy

Be more specific - do you need to run it, or to build it?

Markus

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