NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: ben321 on March 21, 2015, 05:08:08 AM

Title: Problem using "rep"
Post by: ben321 on March 21, 2015, 05:08:08 AM
When I use the "rep" mnemonic, I get the error "error: parser: instruction expected". Does NASM not recognize "rep"?

UPDATE:
Never mind. I figured out how to use it at http://x86.renejeschke.de/html/file_module_x86_id_279.html
I'd had the wrong syntax.