Sakrac / x65

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes.
MIT License
38 stars 7 forks source link

User functions #13

Closed Sakrac closed 4 years ago

Sakrac commented 4 years ago

User Defined Functions added, you can now create predefined expressions that work similar to a macro but returns a value instead of generating binary: FUNCTION add_values(a, b) a + b