Next: Integer Division, Previous: Converting Integers, Up: Integer Functions [Index]
op1 + op2を実行し,結果をropに格納します。
op1 - op2を実行し,結果をropに格納します。
op1 times op2を実行し,結果をropに格納します。
rop + op1 times op2を実行し,結果をropに格納します。
rop - op1 times op2を実行し,結果をropに格納します。
op1 times 2 raised to op2を実行し,結果をropに格納します。この演算はop2ビット分の左bitシフトと同じです。
-opをropに格納します。
opの絶対値をropに格納します。