Ericisonit 2023-09-05 19:55
Here’s a program that can tokenize LowResNX code (sample code file stored as Rom file) exactly the same way the actual one does when you run a program. Once you have your tokens, jumps, symbols, etc. parsed, one could further consume the tokens like the interpreter does, running a program within a program, or simply just use the results to refactor or analyze the code…. So many possibilities :-))))))
was8bit 2023-09-06 02:31
Cool man :)
Pablo 2023-09-06 05:41 (Edited)
Awesome. Is it based on the NX code?
Ericisonit 2023-09-06 09:59
Yup