NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
WinAPI with NASM?
« previous
next »
Print
Pages: [
1
]
Author
Topic: WinAPI with NASM? (Read 16188 times)
nobody
Guest
WinAPI with NASM?
«
on:
July 18, 2007, 02:15:29 PM »
Hi @ all,
Can i use WinAPIs with NASM?
If yes, how can i do it?
sry for my bad english
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: WinAPI with NASM?
«
Reply #1 on:
July 18, 2007, 10:56:14 PM »
Sure. Push the parameters, and call the API. It's a "stdcall" convention, so parameters are pushed right to left, and callee cleans up stack.
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
WinAPI with NASM?