Difference between revisions of "Nop"
From Unofficial QEdit Wiki Guide
(→Use) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
==Use== | ==Use== | ||
− | Does nothing. Used to occupy functions for later ammendments | + | Does nothing (No Operation). Used to pad the assembly code. Can be used to occupy functions for later ammendments |
==Example== | ==Example== | ||
Line 17: | Line 17: | ||
</span> | </span> | ||
− | == | + | ==Also see== |
[[ret]] | [[ret]] |
Latest revision as of 16:20, 15 February 2013
Syntax: nop
Contents
Format
- None
Use
Does nothing (No Operation). Used to pad the assembly code. Can be used to occupy functions for later ammendments
Example
151: nop //Do nothing
ret
152: nop //Do nothing
ret
153: nop //Do nothing
ret