Nop
From Unofficial QEdit Wiki Guide
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