Made to Order Software Corporation Logo

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: 
i1 := pop();
i2 := pop();
r := i2 & i1;
push(r);
Action Flash Version: 
5

Pop two integers, compute the bitwise AND, and push the result back on the stack.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.