Difference between revisions of "Nop"
From Unofficial QEdit Wiki Guide
(→Use) |
|||
Line 5: | Line 5: | ||
==Use== | ==Use== | ||
− | Does nothing. Used to occupy functions for later ammendments | + | Does nothing. Used to pad the assembly code. Can be used to occupy functions for later ammendments |
==Example== | ==Example== |
Revision as of 11:19, 14 September 2012
Syntax: nop
Contents
Format
- None
Use
Does nothing. 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