Skip to content

Commit

Permalink
Merge pull request #91 from mateussilva92/patch-1
Browse files Browse the repository at this point in the history
Fix jxx descriptions
  • Loading branch information
mrexodia committed Jul 12, 2022
2 parents dfd5998 + f77e6ff commit 551788b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/script/Jxx.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ There are various branches that can react on the flags set by the `cmp` (and may
* branch if equal - `je`/`ife(q)`/`jz`/`ifz`
* branch if smaller - `jb`/`ifb`/`jl`/`ifl`
* branch if bigger - `ja`/`ifa`/`jg`/`ifg`
* branch if bigger/equal - `jbe`/`ifbe(q)`/`jle`/`ifle(q)`
* branch if smaller/equal - `jae`/`ifae(q)`/`jge`/`ifge(q)`
* branch if smaller/equal - `jbe`/`ifbe(q)`/`jle`/`ifle(q)`
* branch if bigger/equal - `jae`/`ifae(q)`/`jge`/`ifge(q)`

arguments
---------
Expand Down

0 comments on commit 551788b

Please sign in to comment.