X86-assembly/Instructions/jecxz

From aldeid
Jump to navigation Jump to search
You are here:
jecxz

Description

  • The jecxz (or jne) instruction is a conditional jump that follows a test.
  • It jumps to the specified location if ECX=0

Syntax

jecxz location

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Comments