MASM32 Downloads
S1 STRUCT a DD b DDENDSS2 STRUCT c S1ENDSCODE SECTIONStart: invoke msvcrt:printf, "sizeof S1 = %d sizeof S2.c = %d", sizeof S1, sizeof S2.c#if x86 add esp,0Ch#endif ret
sizeof S1 = 8 sizeof S2.c = 4