This post shows how to convert unsigned int (DWORD) to string using MSVCRT function _ultoa. Pre-requisite: Install MASM To assemble: \masm32\bin\ml /c /Zd /coff int2string3.asm To link: \masm32\bin\Link /SUBSYSTEM:CONSOLE int2string3.obj Keywords: Assembly, Win32
String of thoughts on science, technology and programming