Differences From Artifact [aaa45a4cee]:
- File instruc — part of check-in [0d3bc1253d] at 2021-10-28 02:37:01 on branch trunk — Implement ^x and also some , and = variants of a few instructions. (user: user, size: 3474) [annotate] [blame] [check-ins using]
To Artifact [6d667df7de]:
- File instruc — part of check-in [f949f9c20d] at 2021-11-26 05:12:27 on branch trunk — Implement the "fork ... else ... then" block. (user: user, size: 3480) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
90 91 92 93 94 95 96 97 98 99 100 101 102 103 | -next *goto *CallSub ret -case -or -and ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod | > | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | -next *goto *CallSub ret -case -or -and -fork ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod |
︙ | ︙ |