The x86 opcodes CLZ (clear zero status flag) and CLV (clear overflow status flag) are not recognized by NASM. It thinks it is the name of a label that I'm trying to give to a line of code, and reminds me to put a colon after the label. The exact error is:
"warning: label alone on a line without a colon might be in error"
PLEASE fix this.