The following items are translations from higher-level language patterns to low-level assembly language. This can be used as a guide to maintain code standardisation.
The examples are in Kick Assembler format. More patterns will be added in the future.
Logic
If-then-else
A = 10 : IF A = 15 THEN ... ELSE ...
Math
…