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
\masm32\bin\ml /c /Zd /coff int2string.asm
\masm32\bin\Link /SUBSYSTEM:CONSOLE int2string.obj
\masm32\bin\ml /c /Zd /coff basicwindows.asm
\masm32\bin\Link /SUBSYSTEM:WINDOWS basicwindows.obj
\masm32\bin\ml /c /Zd /coff basicinstructions.asm
\masm32\bin\Link /SUBSYSTEM:CONSOLE basicinstructions.obj
\masm32\bin\ml /c /Zd /coff hellow.asm
\masm32\bin\Link /SUBSYSTEM:WINDOWS hellow.obj
\masm32\bin\ml /c /Zd /coff hello.asm
\masm32\bin\Link /SUBSYSTEM:CONSOLE hello.obj
Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...