What is the output Y ??
X
DB ‘ HELLO WORLD’
Y
DB 11
DUP(?)
CLD
LEA
SI,X
LEA
DI,Y
Mov
Cx,11
L:
LODSB
PUSH
Ax
LOOP
L
Mov
Cx,11
L2:POP
Ax
STOSB
LOOP
L2
What is the output Y ?? X DB ‘ HELLO WORLD’ Y DB 11 DUP(?) CLD LEA SI,X LEA DI,Y Mov Cx,11 L: LODSB PUSH Ax LOOP
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the output Y ?? X DB ‘ HELLO WORLD’ Y DB 11 DUP(?) CLD LEA SI,X LEA DI,Y Mov Cx,11 L: LODSB PUSH Ax LOOP
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!