Since 4/14/2012 3:26:42 AM, bartc2 has written 1 articles and participated in 0 conversations. bartc2 signature: bartc2
bartc2's articles:
Items(1) /1
Memory problem #321242 (12/17/2009 6:48:33 PM) comp.lang.asm.x86
I've encountered a very strange problem with the timing of a block transfer
demonstrated by the following loop.
I have two memory blocks p and q, both n=8192 bytes, allocated using C's
malloc routine.
... bartc