Exam #1 Study Guide

  1. Convert a decimal number into unsigned integer in both hexadecimal and binary.
  2. Convert a decimal number into 2's complement format in hexadecimal and in binary.
  3. 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.
  4. Given 2 binary numbers, add them together and give result and flags bits for ZF, CF, OF, NF
  5. Given 2 hexadecimal numbers add them together and give result.
  6. Given an algorithm in English, give corresponding nasm code for that algorithm
  7. Trace thru nasm code and give register contents
    Here are 2 example questions you MUST know


Last revised: