Difference between revisions of "0000"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}}
| ini        = 0000=0,NOP
+
<hr />
| description = no operation
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
+
'''Description'''
}}
+
: No Operation
 +
'''Syntax'''
 +
: 0000: NOP
 +
 
 
This opcode does absolutely nothing. 0000 is often put at the beginning of [[CLEO]] scripts to avoid [http://www.gtaforums.com/index.php?showtopic=211077&view=findpost&p=4492136 jump-at-zero-offset bug].
 
This opcode does absolutely nothing. 0000 is often put at the beginning of [[CLEO]] scripts to avoid [http://www.gtaforums.com/index.php?showtopic=211077&view=findpost&p=4492136 jump-at-zero-offset bug].
 +
}}</onlyinclude>
  
 
==Keywords==
 
==Keywords==

Revision as of 20:07, 5 March 2012

GTA III Vice City San Andreas


Description

No Operation

Syntax

0000: NOP

This opcode does absolutely nothing. 0000 is often put at the beginning of CLEO scripts to avoid jump-at-zero-offset bug.

Keywords

nop