mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-06 14:38:40 +00:00
Centralise the Ldind logic (#61)
This commit is contained in:
@@ -43,6 +43,7 @@ type NullaryIlOp =
|
||||
| LdcI4_7
|
||||
/// Push the int32 value 8 to the eval stack.
|
||||
| LdcI4_8
|
||||
/// Push the int32 value -1 to the eval stack.
|
||||
| LdcI4_m1
|
||||
/// Push a null object reference onto the stack.
|
||||
| LdNull
|
||||
@@ -388,6 +389,7 @@ type UnaryConstIlOp =
|
||||
| Bgt_un of int32
|
||||
| Ble_un of int32
|
||||
| Blt_un of int32
|
||||
/// Loads the local variable at a specific index onto the evaluation stack.
|
||||
| Ldloc_s of uint8
|
||||
| Ldloca_s of uint8
|
||||
/// Load the address of an argument onto the stack.
|
||||
|
Reference in New Issue
Block a user