Skip to content

Commit

Permalink
#42: Added instructions to yaml (with format)
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Oct 31, 2023
1 parent 9922b98 commit 38474ba
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions tools/resources/instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,48 @@ instructions:
fixedvalue: 29
mnemonic: IcCos
format: N
-
fixedvalue: 30
mnemonic: If_icmpeq
format: N
-
fixedvalue: 31
mnemonic: If_icmpne
format: RI
-
fixedvalue: 32
mnemonic: If_icmpgt
format: RI
-
fixedvalue: 33
mnemonic: If_icmpge
format: RI
-
fixedvalue: 34
mnemonic: If_icmplt
format: RI
-
fixedvalue: 35
mnemonic: If_icmple
format: RI

-
fixedvalue: 36
mnemonic: If_acmpeq
format: RI
-
fixedvalue: 37
mnemonic: If_acmpne
format: RI
-
fixedvalue: 38
mnemonic: Сmpgf
format: R
-
fixedvalue: 39
mnemonic: Cmplf
format: R
-
fixedvalue: 40
mnemonic: Goto
format: I

0 comments on commit 38474ba

Please sign in to comment.