Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

AIM: WAP using assembler directive to transfer string of 15 data bytES from memory

location having ofset 2000H to ofset 000H! Assume suitable base addrESs for source
memory and dEStination memory!
APPRATUS: Emulator8086 software.
PROGRAM:
Assume cs:code,ds:data
ata se!me"t
sourcestrt E#U $000%
deststrt E#U &000%
cou"t E#U 0'%
ata e"ds
(ode se!me"t
ORG )00%
Start:
Mo* A+,data,
Mo* S,A+,
Mo* ES,A+
Mo* s-,sourcEStrt,
Mo* I,dEStstrt,
Mo* (+,cou"t
(.
REP MO/S0
Mo* A1,2(%
I3T $)%
(ode E3S
E3 Start
RESU.T :
I3PUT:
OUTPUT:

You might also like