Assembly Lecture 11
Assembly Lecture 11
The String
Instructions
Engr. Fiaz Khan
.CODE
MOV AX, @DATA ; initialize DS and ES
MOV DS, AX
MOV ES, AX
LEA SI, STRING1 ; SI points to source string
LEA DI, STRING2 ; DI points to destination string
CLD ; clear DF
MOVSB ; move first byte
MOVSB ; move second byte
+92-320-7617-093
muhammad.fiaz@cs.uol.edu.pk
Do you have any questions?
https://www.linkedin/in/fiazofficials