[Issue 474] in ASM block last line can't be a label

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 9 01:42:11 PST 2006


http://d.puremagic.com/issues/show_bug.cgi?id=474





------- Comment #4 from bugzilla at digitalmars.com  2006-11-09 03:42 -------
int dynamicarray[];
asm
{
    mov EAX,dynamicarray;    // gets the length
    mov EAX,dynamicarray+4;  // gets pointer to the data
}


-- 




More information about the Digitalmars-d-bugs mailing list