Toby Nelson

Results 15 issues of Toby Nelson

Running the tagged version v0.9.7, I notice that the left SHIFT key on the Mac doesn't act as shift. The right SHIFT key does work, but not the left. I...

As a new feature, it would be really useful to be able to script adding animations together, e.g. A "crouch" animation plays, lowering the body and head to new positions,...

enhancement

In `debugger_symbols.cpp`, function `find_by_addr_near()` should prefer finding a symbol with the exact address if it exists before looking at nearby values. Adding this to the start of the function fixes...

The assembler chooses 'zero page,X' when it should choose 'absolute,X'. e.g. the "ORA absolute,X" instruction is assembled as "ORA zp,X" even though it isn't, when using a label thats defined...

After executing some 6502 code, add the ability to read the number of cycles elapsed. Assuming it's not already done? I want to compare different versions of 6502 routines for...