Difference between revisions of "Nop"
From Unofficial QEdit Wiki Guide
(→Use) |
(→Use) |
||
Line 5: | Line 5: | ||
==Use== | ==Use== | ||
− | Does nothing. Used to pad the assembly code. Can be 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== |
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