Commit 37504a49 by Alan Mishchenko

Adding adder-subtractor primitive.

parent a8f913f7
......@@ -150,7 +150,9 @@ typedef enum {
ABC_OPER_ARI_SQUARE, // 96
ABC_OPER_CONST, // 97
ABC_OPER_LAST // 98
ABC_OPER_ARI_ADDSUB, // 98
ABC_OPER_LAST // 99
} Acb_ObjType_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment