hlorenzi / customasm

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

Errors do not go on stderr #45

Closed aslak3 closed 4 years ago

aslak3 commented 4 years ago

Assembler errors do not go to stderr, which makes capturing output via -p needlessly problematic.

hlorenzi commented 4 years ago

I've done this on v0.11! Is it working as you expected now?