note: I am not responsible for damages. You are at risk.
===================================================================
mem even/odd address 64k write test (32-bit)
by dhonn lushine (ludhonn@aol.com)
compiled with watcom c++ 10.6

the best speed is gained if you write to an even and an address that 
the mod of 4 is 0. other addresses will cause overhead in cpu movsd 
instruction.
===================================================================
mem even/odd address 64k write test (16-bit)
by dhonn lushine (ludhonn@aol.com)
compiled with borland c++ 5.0+

if you are using a 16-bit compiler. the movsw is also going to be 
faster if you write on any even address.
===================================================================
date:9:49 PM 5/31/97