flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > initialize structure data |
Author |
|
SFeLi 09 Jan 2011, 12:05
Code: wc WNDCLASSEX sizeof.WNDCLASSEX,0,WndProc,... |
|||
09 Jan 2011, 12:05 |
|
edfed 09 Jan 2011, 13:33
structures initialised by code will take more bytes that strcutures initialised by datas.
in the first case, initialisation uses instructions to encode the values in the second case, datas are still initialised by the data definition directives. of course, under windows, it is possible to do it both ways, but the more used is the first one, via invoke macro. |
|||
09 Jan 2011, 13:33 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.