Final format:
There will be 2 questions, each 15 marks:
IN_OUT_ADD.asm
Lab02_loop.asm
Final.pptx (For reference only).
ASSIGNMENTS GIVEN. PLEASE CHECK.
====================================================
1. Console program writing
2. Console program executing
3. Windows program writing (You must know the message box options)
4. Windows program executing
Compile:
\masm32\bin\ml /c /Zd /coff hellow.asm
Link:
\masm32\bin\Link /SUBSYSTEM:WINDOWS hellow.obj
Execute:
hellow