Printing custom errors in assembly

74 views Asked by At

So I am wondering what the standard way of printing custom errors in assembly is. I do it by simply creating a custom string in the data section and printing it to stderr. Is there a better or more efficient way of doing it? Creating a lot of custom strings seems weird and (to be frank) too easy to be true.

0

There are 0 answers