Differences From Artifact [39d72d2eee]:
- File instruc — part of check-in [3b02288a18] at 2021-12-25 00:11:02 on branch trunk — Start to implement (LevelTable) definition (untested so far, and currently only the definition and not the implementation). (user: user, size: 3402) [annotate] [blame] [check-ins using]
To Artifact [87ecbf7c86]:
- File instruc — part of check-in [5ea66f6525] at 2022-02-08 02:51:58 on branch trunk — Implement a few new instructions dealing with links: exec ,exec link rtn (user: user, size: 3419) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 | *goto *CallSub ret -case -or -and -fork ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod | > > > | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | *goto *CallSub ret -case -or -and -fork -rtn -link ,exec ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod |
︙ | ︙ |