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
}
--