Hi,I see BLSI listed in the following document:https://redirect.cs.umbc.edu/~chang/cs313.s13/nasmdoc/nasmdoc.pdfHowever, when I try to compile an asm file with blsi op, I get the following:blsi.asm:15: error: parser: instruction expectedThe line: blsi rax, rbxAm I missing something or nasm doesn't support this instruction?Thanks
bits 64blsi eax, ebx
Code: [Select]bits 64blsi eax, ebx...seems to work...?Hi Debs...?Best,Frank