@csepp I agree, these source files as so tiny! This is all assembled code right, so the only strings in the project are label names and comments.
It was surprisingly easy to implement, it'll change how I code a lot I suspect.
Top-level
@csepp I agree, these source files as so tiny! This is all assembled code right, so the only strings in the project are label names and comments. It was surprisingly easy to implement, it'll change how I code a lot I suspect. 6 comments
@csepp yeah, it assembles and disassembles, keeping comments and all types of labels. The source code is actually the binary file itself along with the symbols file. @neauoire Ohh so that's why Oquonie comes with a symbols file, I thought it was just for debugging. @csepp ah yes that's not a hex editor, that's just left, here's the hex editor with the ascii data, and overlapped in the step debugger, and the raw binary. |
@neauoire Wait what, so you are technically using a disassembler / binary editor? That is even cooler than what I thought was going on. 👀