汇编实现多条件转移指令

题目:
IF ((x < y and z < t) or (a < b)) THEN x = y + z
流程图:
在这里插入图片描述
代码:

猜你喜欢

转载自blog.csdn.net/shujiaw/article/details/85233631