Page 1 of 1

) Write an instruction sequence to initialize DS with an immediate value of 2341H. Note that the instruction MOV DS, 234

Posted: Thu May 26, 2022 10:27 am
by answerhappygod
) Write an instruction sequence to initialize DS with an
immediate value of 2341H. Note that the instruction MOV DS, 2341H
is illegal. b) Write an instruction to save the contents of BX in
memory location(s) starting from 0711H:0010H. Note that you need to
initialize DS. c) Write an instruction sequence to move 8 bytes of
data stored in memory locations 2000H:0000H---2000H:0007H to memory
locations 2000H:1000H---2000H:1007H. Note that you need to
initialize DS.