CIS-77 Home
http://www.c-jump.com/CIS77/CIS77syllabus.htm
Lab M11. Integer Arithmetic Part 2: Extended Precision Techniques
- Lab Description
- Multiplication Instructions
- Integer Multiplication and Division
- MUL Instruction
- MUL Example
- IMUL Instruction
- IMUL Examples
- DIV Instruction
- DIV Examples
- Signed Integer Division
- CBW, CWD, CDQ Instructions
- The IDIV Instruction
- Divide Overflow
- Extended Precision Addition and Subtraction
- ADC Instruction, Add with Carry
- ADC Instruction, Cont,
- ADC Examples
- SBB Instruction, Integer Subtraction with Borrow
- SBB Instruction, Cont
- Assignment: Adding 64-bit and Subtracting 96-bit Integers