Page 1 of 1

SizeOf() in Asm directives

Posted: Sun Sep 27, 2009 12:57 pm
by Deeem2031
Would be nice if is works:

Code: Select all

EnableASM
  PUSH SizeOf(POINT)

Re: SizeOf() in Asm directives

Posted: Fri Oct 02, 2009 1:12 am
by Hroudtwolf
Hi,

Maybe this could help.

Code: Select all

#A = SizeOf(POINT)

EnableASM
  PUSH #A
DisableASM
Seems to work, here.

Regards
Wolf