Learn and Master 10 Assembly Language Jump Instructions.
Learn how to use these jump instructions and watch the behavior of each.
ASM Language.
Table of Contents
---------------------------
00:00 Intro of Software Nuggets
00:03 Introduce Emulator by Carlos Rafael
00:25 (JMP) - JUMP
01:10 (JE)- Jump if Equal
02:18 (JNE) - Jump if not Equal
02:59 (JZ) - Jump if Zero
03:51 (JNZ) - Jump if NOT ZERO
04:35 (JG) - Jump if Greater
05:19 (JGE) Jump if Greater or Equal
06:27 (JL) Jump if LESS
06:58 (JLE) Jump if Less or Equal
07:29 (JS) Jump if Negative
What is an unconditional jump instruction in Assembly?
What is the syntax and usage of the jump instruction.
Show the syntax and usage of the JE, jump if equal instruction.
Show the syntax and usage of the JNE instruction, jump if not equal, instruction.
Show the syntax and usage of the JZ instruction, jump if zero, instruction.
Show the syntax and usage of the JNZ instruction, jump if not zero, instruction.
Show the syntax and usage of the JG instruction, jump if greater than, instruction.
Show the syntax and usage of the JGE instruction, jump if greater than or equal, instruction.
Show the syntax and usage of the JL instruction, jump if less, instruction.
Show the syntax and usage of the JLE instruction, jump if less or equal, instruction.
Show the syntax and usage of the JS instruction, jump if negative, instruction.
#softareNuggets, @softwareNuggets
Ещё видео!