Hey,
I've just started programming Assembly with TASM and started to try win32 programming. Since TASM doesn't have invoke like MASM does...i'm having trouble using the CreateFileA API function. Here's my code:
.386
.model flat, stdcall
mb_ok equ 0
hWnd equ 0
extrn ExitProcess :PROC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.