Archive: Nop?


Just wondering what Nop is used for? Obviously there's some use for it because it's there.


because a label has to be followed by at least one instruction.

So if you have a conditional jump on something like DLLCompareVersions then you can jump somewhere and do nothing in one case.


Okay...would SectionEnd count as an instruction? If so, are there any cases outside sections where you would use Nop?


hi,

1. yes, as labels are only valid within a section/function.
2. yes, in functions

cu yzo