When starting to learn pure assembly language programming, I was a bit set back by the lack of a printf-like function, as in C. I'm showing in this video how to create a very simple function that will transform a number into a hexadecimal string representation that can be easily displayed in the console. This should make it easier to learn more advanced assembly language topics.
#assemblylanguage