<<< | Index | SHL Instruction >>> |
The purpose of this assignment is to experiment with the properties of various bit shifting instructions.
You can continue using Microsoft VC++ project created in your previous MASM assignment.
Advantage of Microsoft VC++ project is that it provides a quick-and-easy way to debug and step-thru your programs.
Alternatively, you can use a notepad or some other text editor to write your code, assemble and link on the command line, and use OllyDbg to debug your code.
<<< | Index | SHL Instruction >>> |