asmscript

Conditions

Conditions are used in branch and looop statements and inside conditionals. Conditions look like so:

SOURCE COMPARISON SOURCE

Where COMPARISON is one of the following comparison operators:

Examples:

rax == 0
rbx <= rcx
-10 > r8

The compiler doesn't support conditions which have immediates on both sides (but why would you want that, anyway?).