Difference between revisions of "0000"
Jump to navigation
Jump to search
m |
RyanDri3957V (talk | contribs) (→Keywords) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | | + | | games = {{Icon|t}} |
− | | description = | + | | command = NOP |
− | | | + | | description = No operation |
+ | | syntax1 = 0000: NOP | ||
+ | | p1t = ''none'' | ||
}} | }} | ||
+ | |||
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]. | ||
− | ==Keywords== | + | == Keywords == |
− | + | NOP | |
− | |||
− |
Latest revision as of 04:38, 21 February 2021
- Description
- No operation
- Syntax
- 0000: NOP
- Parameter
- none
This opcode does absolutely nothing. 0000 is often put at the beginning of CLEO scripts to avoid jump-at-zero-offset bug.
Keywords
NOP