an x86 question
Posted
by wide
on Stack Overflow
See other posts from Stack Overflow
or by wide
Published on 2010-03-22T19:03:07Z
Indexed on
2010/03/22
19:11 UTC
Read the original article
Hit count: 301
i'm working for my exam. i didn't resolved this question. does anyone help me?
assume that there are two block, BLOCK1 AND BLOCK2. every block has 50 bytes. write a program to add BLOCK1 with BLOCK2 , and store result to BLOCK2 using LODS, STOS and LOOP etc. assembly commands?
© Stack Overflow or respective owner