Question: 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
Get step-by-step solutions from verified subject matter experts
