start | all-pages

iloinstructions18-23 +----+----+--------+-------------------------------------------+ | Op | Nm | Stack | Description | +====+====+========+===========================================+ | 18 | ad | ab-c | add two numbers. a + b | | 19 | su | ab-c | subtract two numbers. a - b | | 20 | mu | ab-c | multiply two numbers. a * b | | 21 | di | ab-cd | divide and get remainder. a % b, a / b | | 22 | an | ab-c | bitwise and | | 23 | or | ab-c | bitwise or | +----+----+--------+-------------------------------------------+ More at *iloDetailedInstructions