Releases: raohmaru/psoasm-npp-udl
Releases · raohmaru/psoasm-npp-udl
1.2.0
Improved PASM language:
- Added new value type float.
- Hexadecimal values can be prefixed with 0x (unless the values of HEX:).
- Negative integers are transformed into hexadecimal.
- Variables.
- Include directive.
- Macros.
1.1.0
Added features:
UDL
Code folding, comment folding, different color for registers, autocompletion file,
Parser
Support for Python 2.7, skip multiline comments.