CreationK 0 Newbie Poster

Hello!

I'm learning 8086 programming and our college uses ESA 86/88E microprocessor. I have recently downloaded a 8086 simulator and tried to execute this indirect addition program :

MOV SI,2500H
MOV AL,[SI]
INC SI
MOV BL,[SI]
INC SI
ADD AL,BL
MOV [SI],AL
INT 03

But I have no idea how to enter data in 2500. I tried looking at example codes but none of them involved anything of this sort. In our lab we use S 2500 command and enter data into the required address. Can anyone help me out to get around this problem?

Thank you for your time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.