flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
JPowersFairfax
I'm using version 1.70.03 and there's an error in "EQUATES\USER64.INC". The "hwnd" and "hwndInsertAfter" parameters are DWORDS and should be QWORDS.
|
|||
![]() |
|
Tomasz Grysztar
JPowersFairfax wrote: Is this the correct place to be posting these issues, or should I email someone directly? |
|||
![]() |
|
m3ntal
I prefer words like void/da for portable address-size variables, pointers and handles. Otherwise, they must be edited for different systems and are vulnerable to typos.
Code: ; standard: specific, not portable hwnd dw 0 ; I16, ARM32 hwnd dd 0 ; I32 hwnd dq 0 ; I64 ; portable: works for all systems: 16/32/64 hwnd da 0 ; "define address" void hwnd ; or this syntax: void a,b,c |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.