Pontus Rydin

Results 3 issues of Pontus Rydin

It would be nice if there was a way to get a 1-to-1 mapping between actual line in the source code and an address. Currently, SourceMap.Lines seems to only record...

For some obscure reason, the BRK instruction is actually two bytes. The assembler (and presumably the emulator as well) treats it as a single byte instruction.

Some applications, like mappers, benefit from caching chunks and regions locally. However, a fully loaded region can take up significant space in memory, which limits the usefulness of caches. I'm...