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...