Pre-requisite:
- Install MASM
To assemble:
\masm32\bin\ml /c /Zd /coff int2string3.asm
To link:
\masm32\bin\Link /SUBSYSTEM:CONSOLE int2string3.obj
\masm32\bin\ml /c /Zd /coff int2string3.asm
\masm32\bin\Link /SUBSYSTEM:CONSOLE int2string3.obj
I have been using Github gists to share code and I have no plan of abandoning it. For smaller/one liners, I sometimes use div element with ...
No comments:
Post a Comment