Nop

From Unofficial QEdit Wiki Guide
Revision as of 16:20, 15 February 2013 by Tofuman (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax: nop

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 

Also see

ret