Exam #1 Study Guide
-
Convert a decimal number into unsigned integer in
both hexadecimal and binary.
-
Convert a decimal number into
2's complement format in hexadecimal and in binary.
-
Given a bit pattern, interpret and decode it back
to decimal, assuming it is in unsigned integer
and also signed integer (2's complement) format.
-
Given 2 binary numbers, add them together and give
result and flags bits for ZF, CF, OF, NF
-
Given 2 hexadecimal numbers add them together and
give result.
-
Given an algorithm in English, give corresponding
nasm code for that algorithm
-
Trace thru nasm code and give register contents
Here are 2 example questions
you MUST know
Last revised: