Add the ability to write expressions as arguments to instructions and directives. ex. ``` .define CONSTANT 10 * 36 LDI r1, 3 + CONSTANT ```
Add the ability to write expressions as arguments to instructions and directives.
ex.