flat assembler
Message board for the users of flat assembler.
Index
> Windows > My some code snippet |
Author |
|
goldenspider 01 Sep 2011, 02:35
Aha, Fixed some errors.
Create a Transparent windows using Premultiplied Alpha bmp. You need to add some definition. INCLUDE\API\USER32.INC ... UpdateLayeredWindow,'UpdateLayeredWindow',\ ... INCLUDE\EQUATES\GDI32.INC ... struct BLENDFUNCTION BlendOp db ? BlendFlags db ? SourceConstantAlpha db ? AlphaFormat db ? ends AC_SRC_OVER = 00h AC_SRC_ALPHA = 01h ...
Last edited by goldenspider on 02 Sep 2011, 05:11; edited 3 times in total |
||||||||||||||||||||
01 Sep 2011, 02:35 |
|
goldenspider 01 Sep 2011, 02:41
SMC.ASM is a test piece for reading and writing to the code section
of a PE file.
|
|||||||||||
01 Sep 2011, 02:41 |
|
goldenspider 01 Sep 2011, 02:44
fasm call GNU multiple precision functions.
|
|||||||||||
01 Sep 2011, 02:44 |
|
goldenspider 01 Sep 2011, 02:47
Call LZMA.Dll example (Lempel-Ziv-Markov chain-Algorithm)
|
|||||||||||
01 Sep 2011, 02:47 |
|
goldenspider 01 Sep 2011, 02:52
This is example of mixing C and assembly (using MS Visual C)
this file demonstrates following: - calling fastcall function defined in asm (AddNum)
|
|||||||||||
01 Sep 2011, 02:52 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.