back | Last regenerated: 2022-04-20 17:31:36 kio |
--flatops, .flatopsRelated Differences from v3 to v4: Command line options Evaluate Expressions Old assemblers sometimes didn't know about operator precedence and were designed this way for simplicity. Use this option Assembler directives: #if, #elif, #else, #endif Normal operator precedence in zasm is: unary ! ~ + – ▶︎ >> << ▶︎ & | ^ ▶︎ * / % ▶︎ + – ▶︎ > >= etc. ▶︎ && || ▶︎ ?: Note that this is not the precedence as defined for C. B-). The hierarchy of operators in c is very bad. Prior to version 4.3.4 a Pseudo instructions: Label definition |