And
SWF Action
Action Category:
Logical and Bitwise
Action Details:
0
Action Identifier:
96
Action Structure:
<n.a.>
Action Length:
0 byte(s)
Action Stack:
pop 2 (i), push 1 (i)
Action Operation:
i
1
:= pop();
i
2
:= pop();
r := i
2
& i
1
;
push(r);
Action Flash Version:
5
See Also:
Logical And
Logical Not
Logical Or
Or
XOr
Pop two integers, compute the bitwise AND, and push the result back on the stack
.