Skip to content

Commit

Permalink
Add new opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Dec 20, 2024
1 parent 0ee5a5c commit 0759205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asm/src/asm/opcodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ fn register_stackops(t: &mut Opcodes) {
"PUSHCTRX" => 0xede0,
"POPCTRX" => 0xede1,
"SETCONTCTRX" => 0xede2,
"SETCONTCTRMANY" | "SETCONTMANY" => 0xede3(u8),
"SETCONTCTRMANYX" | "SETCONTMANYX" => 0xede4,
"BOOLAND" | "COMPOS" => 0xedf0,
"BOOLOR" | "COMPOSALT" => 0xedf1,
"COMPOSBOTH" => 0xedf2,
Expand Down Expand Up @@ -1042,6 +1044,7 @@ fn register_stackops(t: &mut Opcodes) {
"CHKSIGNU" => 0xf910,
"CHKSIGNS" => 0xf911,
"ECRECOVER" => 0xf912,
"SECP256K1_XONLY_PUBKEY_TWEAK_ADD" => 0xf913,
"P256_CHKSIGNU" => 0xf914,
"P256_CHKSIGNS" => 0xf915,

Expand Down

0 comments on commit 0759205

Please sign in to comment.