Basics3

Match 17th, 2025 | Logan Smith

This tutorial covers the creation of jump tables in NASM assembly, which allow you to avoid usual conditional branching by jumping immediately to a desired condition based on the value of an integer. Also, the jump-if-above (ja) and jump-if-below (jb) jump instructions are discussed.