📄 jump1.i
字号:
L1:L4: a = 0L3: goto L5L6: x = 0L5: iffalse a < b goto L7L8: a = bL7: iffalse x <= y goto L9L10: x = yL9: iffalse a == b goto L11L12: a = bL11: iffalse x != y goto L13L14: x = yL13: iffalse a >= b goto L15L16: b = aL15: iffalse x > y goto L17L18: y = xL17: iffalse a == b goto L19L20:L19: if x < 100 goto L23 iffalse x > 200 goto L21L23:L22: x = 0L21: iffalse a < 100 goto L24 iffalse a > 200 goto L24L25: b = 0L24: if x < 100 goto L28 iffalse x > 200 goto L26 iffalse x != y goto L26L28:L27: x = 0L26: if a < 100 goto L31 iffalse a > 200 goto L32 if a != 150 goto L31L32: iffalse a != 0 goto L29L31:L30: a = 0L29: iffalse x > 200 goto L36 if x != b goto L35L36: iffalse x < 100 goto L33L35:L34: x = 0L33: if a < 100 goto L38 iffalse a > 200 goto L2 iffalse a != b goto L2L38:L37: a = 0L2:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -