📄 jump2.i
字号:
L1: r = trueL3: r = falseL4: iffalse a < b goto L6 t1 = true goto L7L6: t1 = falseL7: r = t1L5: iffalse x <= y goto L9 t2 = true goto L10L9: t2 = falseL10: r = t2L8: iffalse a == b goto L12 t3 = true goto L13L12: t3 = falseL13: r = t3L11: iffalse x != y goto L15 t4 = true goto L16L15: t4 = falseL16: r = t4L14: iffalse a >= b goto L18 t5 = true goto L19L18: t5 = falseL19: r = t5L17: iffalse x > y goto L21 t6 = true goto L22L21: t6 = falseL22: r = t6L20: if x < 100 goto L26 iffalse x > 200 goto L24L26: t7 = true goto L25L24: t7 = falseL25: r = t7L23: iffalse a < 100 goto L28 iffalse a > 200 goto L28 t8 = true goto L29L28: t8 = falseL29: r = t8L27: if x < 100 goto L33 iffalse x > 200 goto L31 iffalse x != y goto L31L33: t9 = true goto L32L31: t9 = falseL32: r = t9L30: if a < 100 goto L37 iffalse a > 200 goto L38 if a != 150 goto L37L38: iffalse a != 0 goto L35L37: t10 = true goto L36L35: t10 = falseL36: r = t10L34: iffalse x > 200 goto L43 if x != b goto L42L43: iffalse x < 100 goto L40L42: t11 = true goto L41L40: t11 = falseL41: r = t11L39: if a < 100 goto L46 iffalse a > 200 goto L44 iffalse a != b goto L44L46: t12 = true goto L45L44: t12 = falseL45: r = t12L2:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -