Q. Illustration of equivalent EXE program?
An illustration of equivalent EXE program for COM program is:
; ABSTRACT this program adds 2 8-bit numbers in the memory locations
; NUM1 and NUM2. The result is stored in the
; Memory location RESULT. If there was a carry
; From the addition it will be stored as 0000 0001 in
; The location CARRY
; REGISTERS Uses CS, DS, AX