Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes: > > > + movd m13, r11; beta0 > > > > All 21 "movd mx,ry" lines break compilation with nasm: > > error: invalid combination of opcode and operands > > If I remember right, this needs to be r11d instead of r11. Patch pushed to github. Thank you, Carl Eugen