hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
704 stars 55 forks source link

Custom assert messages #190

Closed bwburnsides closed 9 months ago

bwburnsides commented 9 months ago

assert now accepts a string as an optional second argument, which will be used as a failed assertion message when the provided condition fails.