IFPSTools.NET/IFPSLib.Tests/TestIsInsn.txt
zc b20d5d88b5 libifps: allow Instruction.Create(OpCode, Operand, Operand, Operand) to be used for InlineCmpValueType too
libasm: allow generic operand to be used for InlineCmpValueType op2, as well as type
tests: refactor and fix
tests: add test for InlineCmpValueType on type and variable
2023-03-31 13:19:31 +01:00

16 lines
273 B
Plaintext

.version 23
.type primitive(Pointer) Pointer
.type primitive(S32) S32
.type primitive(U32) U32
.type primitive(U8) U8
.function(export) U8 INITIALIZEUNINSTALL()
pushtype U32 ; StackCount = 1
pushtype U32 ; StackCount = 2
is Var1, Var2, S32
is Var1, Var2, Var1
ret