The 'rep' in the inline assembly code
rep
movsb
is throwing
error #3012: [asm] Symbol '@295' is not defined before use.
Robert Wishlaw
rep movsb
all on one line, works without error.
Robert Wishlaw
Oops. Yes, the error message could be better.
Instruction 'prefixes': lock, rep, repe, repne, repnz and repz must be on the same line as the instruction. I will try to fix it.
Pelle