@eamon JSR/JMP/JCN opcodes are so you can run routines from a pointer, but in normal times, you should almost never use those. Left has a single JSR2 opcode for example:
https://git.sr.ht/~rabbits/left/tree/main/item/src/left.tal#L174
Top-level
@eamon JSR/JMP/JCN opcodes are so you can run routines from a pointer, but in normal times, you should almost never use those. Left has a single JSR2 opcode for example: 1 comment
|
@neauoire ahhh this clears up a lot. Thank you!