Could I get someone to assemble this program for me ?
I do not have masm installed on this machine, and I need this simple program....
ThanX - Dave
.486
.model flat, stdcall
option casemap :none
include C:\masm32\include\kernel32.inc
includelib C:\masm32\lib\kernel32.lib
.code
start: INVOKE ExitProcess,
NULL
end start
Here it is. Make sure it doesn't do any damage :bg
[attachment deleted by admin]
Thank you very much JJ
- D