I am working on a project in x86 Assembly code, and I am stuck on the 'set' instruction. I do not know how to properly syntax it and construct an If statement. I have tried looking on Google, but nothing has been useful so far
Could someone tell me how to properly syntax the 'set' instruction?
I have tried putting just set
on its own line with nothing next to it and it didn't work. Does it need something next to it for it to execute its function (a variable, another instruction, etc.)? Are there any more lines of code I need to add alongside it?