overflow check meaning in Chinese
溢出检查
溢出检验[检查
溢位检查
Examples
- Subtracts one integer value from another with an overflow check
Sub . ovf从另一值中减去一个整数值,并且执行溢出检查。 - Overflow check indicator
上限溢位 - Multiplies two unsigned values on the stack with an overflow check
Mul . ovf . un将堆栈上的两个无符号整数值相乘,并进行溢出检查。 - Subtracts one unsigned integer value from another with an overflow check
Sub . ovf . un从一个无符号整数值中减去另一值,并且执行溢出检查。 - Adds two integers , performs an overflow check , and pushes the result onto the evaluation stack
将两个整数相加,执行溢出检查,并且将结果推送到计算堆栈上。