Question: Read the following program codes very well. the program supposed to adds five bytes and save the result in SUM. be careful for all code
Read the following program codes very well. the program supposed to adds five bytes and save the result in SUM. be careful for all code raw, each code raw has a number, you have to decide is that code raw a True or False 10 Defined if code raw a True or * False .model small .data VAR DB 25h, 12h, 15h, 10h, 11h 1- sum dB ? .code mov AX, @data mov DS, AX 2-mov CX, 03h 3- LEA BX, VRA 4-mov AL, O 5- again 6- ADD AL,[BX] 7- INC BX 8- INC CX 9- JNZ again 10- MOV SUM, AL END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
