could somebody show me a simple demo of how to invoke/call an API using inline assembly?
like, instead of
would somebody show me how to use nothing but inline assembly to invoke the MessageBoxA API ? i can already use that API directly with PB, but id love to know how to do it with PB's inline asm!
many thanks in advance for helping an asm newbie try and get more revs out of his now-standalone apps
------------------
like, instead of
Code:
Declare Function MessageBoxA etc .. FUNCTION PBMAIN() AS LONG Call MessageBoxA "Hello" END FUNCTION
many thanks in advance for helping an asm newbie try and get more revs out of his now-standalone apps

------------------
Comment