Talk:Intcode
Jump to navigation
Jump to search
Can anyone think of how one could implement function calls with this language? The main problem being the ability to return to where a previous jump took place. I've written an assembly language as well as the necessary transpiler. These two allow me to write IntCode that has labels and I can jump to labels, but now I' can't think how to return from these "functions". I think this language is a lot of fun, so I'd love to keep pushing it to its limits without forking it. ApisNecros (talk) 21:25, 19 February 2025 (UTC)