[NO TESTS] WIP
This commit is contained in:
parent
e3e3d7613c
commit
862a8663b2
1 changed files with 7 additions and 7 deletions
|
@ -72,13 +72,13 @@ AND3 = BOOTSTRAP.define_function(
|
|||
# A B C
|
||||
Opcode.IDENTIFIERC(AND2),
|
||||
Opcode.FUNREF(),
|
||||
Opcode.SLOT(0),
|
||||
Opcode.SLOT(1),
|
||||
Opcode.SLOT(3),
|
||||
Opcode.CALLF(2), # A&B C
|
||||
Opcode.SLOT(2),
|
||||
Opcode.SLOT(3),
|
||||
Opcode.CALLF(2), # A&B&C
|
||||
Opcode.SLOT(0), # C <and2> A B C
|
||||
Opcode.SLOT(1), # B C <and2> A B C
|
||||
Opcode.SLOT(3), # <and2> B C <and2> A B C
|
||||
Opcode.CALLF(2), # B&C <and2> A B C
|
||||
Opcode.SLOT(2), # A B&C <and2> A B C
|
||||
Opcode.SLOT(3), # <and2> A B&C <and2> A B C
|
||||
Opcode.CALLF(2), # A&B&C <and2> A B C
|
||||
Opcode.RETURN(1),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue