mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:10:53 +00:00
Fixed AS3 p-code - pushdnan stack info
This commit is contained in:
@@ -476,11 +476,10 @@ instruction.pushdecimal.stackBefore =
|
||||
instruction.pushdecimal.stackAfter = decimalValue
|
||||
instruction.pushdecimal.operands = value
|
||||
|
||||
#Undocumented:
|
||||
instruction.pushdnan.shortDescription = Push decimal NaN value on the stack
|
||||
instruction.pushdnan.description =
|
||||
#instruction.pushdnan.stackBefore =
|
||||
#instruction.pushdnan.stackAfter =
|
||||
instruction.pushdnan.stackBefore =
|
||||
instruction.pushdnan.stackAfter = decimalNaN
|
||||
instruction.pushdnan.operands =
|
||||
|
||||
instruction.li8.shortDescription = Load 8bit integer value
|
||||
|
||||
+2
-3
@@ -476,11 +476,10 @@ instruction.pushdecimal.stackBefore =
|
||||
instruction.pushdecimal.stackAfter = decimalValue
|
||||
instruction.pushdecimal.operands = value
|
||||
|
||||
#Undocumented:
|
||||
instruction.pushdnan.shortDescription = Posa un valor decimal NaN a la pila
|
||||
instruction.pushdnan.description =
|
||||
#instruction.pushdnan.stackBefore =
|
||||
#instruction.pushdnan.stackAfter =
|
||||
instruction.pushdnan.stackBefore =
|
||||
instruction.pushdnan.stackAfter = decimalNaN
|
||||
instruction.pushdnan.operands =
|
||||
|
||||
instruction.li8.shortDescription = Carrega un valor enter de 8 bits
|
||||
|
||||
+2
-3
@@ -476,11 +476,10 @@ instruction.pushdecimal.stackBefore =
|
||||
instruction.pushdecimal.stackAfter = decimalValue
|
||||
instruction.pushdecimal.operands = value
|
||||
|
||||
#Undocumented:
|
||||
instruction.pushdnan.shortDescription = Push decimal NaN value on the stack
|
||||
instruction.pushdnan.description =
|
||||
#instruction.pushdnan.stackBefore =
|
||||
#instruction.pushdnan.stackAfter =
|
||||
instruction.pushdnan.stackBefore =
|
||||
instruction.pushdnan.stackAfter = decimalNaN
|
||||
instruction.pushdnan.operands =
|
||||
|
||||
instruction.li8.shortDescription = Load 8bit integer value
|
||||
|
||||
+2
-9
@@ -627,19 +627,12 @@ instruction.pushdecimal.stackBefore =
|
||||
instruction.pushdecimal.stackAfter = decimalValue
|
||||
instruction.pushdecimal.operands = de\u011fer
|
||||
|
||||
#Undocumented:
|
||||
|
||||
|
||||
instruction.pushdnan.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde ondal\u0131k NaN de\u011ferini it
|
||||
instruction.pushdnan.description =
|
||||
#instruction.pushdnan.stackBefore =
|
||||
#instruction.pushdnan.stackAfter =
|
||||
|
||||
|
||||
instruction.pushdnan.stackBefore =
|
||||
instruction.pushdnan.stackAfter = decimalNaN
|
||||
instruction.pushdnan.operands =
|
||||
|
||||
|
||||
|
||||
instruction.li8.shortDescription = 8bit tamsay\u0131 de\u011ferini y\u00fckle
|
||||
instruction.li8.description =
|
||||
instruction.li8.stackBefore = adres
|
||||
|
||||
+2
-3
@@ -476,11 +476,10 @@ instruction.pushdecimal.stackBefore =
|
||||
instruction.pushdecimal.stackAfter = decimalValue
|
||||
instruction.pushdecimal.operands = value
|
||||
|
||||
#Undocumented:
|
||||
instruction.pushdnan.shortDescription = Push decimal NaN value on the stack
|
||||
instruction.pushdnan.description =
|
||||
#instruction.pushdnan.stackBefore =
|
||||
#instruction.pushdnan.stackAfter =
|
||||
instruction.pushdnan.stackBefore =
|
||||
instruction.pushdnan.stackAfter = decimalNaN
|
||||
instruction.pushdnan.operands =
|
||||
|
||||
instruction.li8.shortDescription = Load 8bit integer value
|
||||
|
||||
Reference in New Issue
Block a user