Hello,
1. extend inline assembler to support new PIII opcodes.
2. allow calling API functions with inline asm (see example)
3. Please "fix" the editor, I have lost too much code...
example(PIII opcodes):
example(calling API):
------------------
Cheers
1. extend inline assembler to support new PIII opcodes.
2. allow calling API functions with inline asm (see example)
3. Please "fix" the editor, I have lost too much code...
example(PIII opcodes):
Code:
cmov[xx] instructions etc...
Code:
asm mov eax,hWnd asm push eax asm mov eax,ps asm push eax asm call BeginPaint
------------------
Cheers
Comment