Skip to content

Commit

Permalink
Fixed a typo in Jxx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CPPF0rev3r authored and mrexodia committed Jul 15, 2020
1 parent bd534ad commit 6e3b1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/script/Jxx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Jxx/IFxx

There are various branches that can react on the flags set by the `cmp` (and maybe other) command(s):

* unconditional branch - `jmp`/`goto`* branch if not equal - `jne`/`ifne(q)`/`jnz`/`ifnz`
* unconditional branch - `jmp`/`goto`
* branch if not equal - `jne`/`ifne(q)`/`jnz`/`ifnz`
* branch if equal - `je`/`ife(q)`/`jz`/`ifz`
* branch if smaller - `jb`/`ifb`/`jl`/`ifl`
* branch if bigger - `ja`/`ifa`/`jg`/`ifg`
Expand Down

0 comments on commit 6e3b1c4

Please sign in to comment.