CIS-77 Home http://www.c-jump.com/CIS77/CIS77syllabus.htm

Controlling Program Flow


  1. Controlling Program Flow
  2. Jump Instructions
  3. Unconditional Jumps
  4. Jump with Indirect Operand
  5. Conditional Jumps
  6. Jumping Based on the Processor Flags
  7. Parity Jumps
  8. Jumps Based on Comparison of Two Values
  9. Jumps Based on Bit Settings
  10. Jumps Based on a Value of Zero
  11. Conditional Jump Limitation and Workaround
  12. Anonymous Labels
  13. Self-study: Loop Instructions