• 2022-07-27
    如果两个无符号数比较,大于等于跳转到next标号处,正确的指令是( )
    A: JL NEXT
    B: JGE NEXT
    C: JBE NEXT
    D: JAE NEXT
  • D

    内容

    • 0

      如果$t3<$t4,则跳转到next标号处,正确的指令是( ) A: ble $t3, $t4, next B: blt $t3, $4, next C: bgt $t3, $t4, next D: bge $t3, $t4, next

    • 1

      如果$t1>=$t2,则跳转到next标号处,正确的指令是( ) A: ble $t1, $t2, next B: bne $t1, $t2, next C: bge $t2, $t1, next D: bge $t1, $t2, next

    • 2

      如果$t3<$t4,则跳转到next标号处,正确的指令是( ) A: slt $at, $t3,$t4bne $at, $0, next B: slt $at, $t4,$t3beq $at, $0, next C: slt $at, $t4,$t3bne $at, $0, next D: slt $at, $t3,$t4beq $at, $0, next

    • 3

      使程序无条件的转移到标号NEXT处,继续执行的指令是( )。 A: LOOP NEXT B: JMP NEXT C: JC NEXT D: CALL NEXT

    • 4

      使程序无条件的转移到标号NEXT处,继续执行的指令是( )。 A: LOOP NEXT B: JMP NEXT C: JC NEXT D: CALL NEXT