assembly x86 windows

eqe2115

have a few assignments I need help with, see attached images.

 

required library:

http://kipirvine.com/asm/examples/index.htm

 

PROGRAM TEMPLATE

 

INCLUDE c:\Irvine\Irvine32.inc

 

;// .386

;// .model flat,stdcall

;// .stack 4096

ExitProcess proto,dwExitCode:dword

 

.data ;// write your data in this section

 

 

.code  ;// write your program here

main proc

 

 

 

invoke ExitProcess,0

main endp

end main

 

  • 9 years ago
  • 40
Answer(0)
Bids(0)