Examples:
Operations (In reverse order of priority)
- .OR.
- .AND.
- .< <= == >= >.
- .+ -.
- .* /.
- .^.
- atom
-
Atoms:
- Numbers
- Variables
- Negation
- Parenthysis
Reading the results:
At signs (@) indicate memory locations (file register address).
Colons (:) indicate width in bytes.
Items in () are the sepecific item being worked with by the general method.
Links take you to code library indexes or code generators for the required operation.
To do:
- code generation for more than just constant divisions and multiplications
- track widths and precision.