Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write full program on the emulator , run it and copy the output in this file .. Then send it to me. (Screenshot) By emu8086

Write full program on the emulator , run it and copy the output in this file .. Then send it to me. (Screenshot)

By emu8086 program

mov bx, offset num1 ; point bx to first number

mov cx, 10 ; load numbers count

add ax, [bx] ; add number pointed by bx to ax

l1: add bx, 2

sub cx, 1

jnz l1

mov [num1+20], ax ; write back result

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions