Page 1 of 1

using emu8086 Write an assembly program that sum all 5 element of array Example Array x = {1,2,3,4,5} Sum = 15

Posted: Mon Apr 25, 2022 9:15 am
by answerhappygod
using emu8086
Write an assembly program that sum all 5 element of array
Example
Array x = {1,2,3,4,5} Sum = 15