easy6502 icon indicating copy to clipboard operation
easy6502 copied to clipboard

Results 19 easy6502 issues
Sort by recently updated
recently updated
newest added

Wondering how I would create/store variables or constants given define does not work on a local copy of the assembler

I attempted to plug the disassembled code back into the assembler, at which point it will not run. Below is the disassembly of snake. it is throwing an error **Syntax...

can you make the text higher contrast please?

When digging through the source I discovered that the assembler allows you to input decimal numbers by simply not prefixing them with `$`. This is interesting (and not documented...PR to...

Is there a reason why monitor takes a starting address and a length instead of a starting address and an ending address? It seems to me the latter would make...

See #19. This enhancement adds the following features to the monitor: - If the last operation retrieved something from memory (not the simulator getting the PC or argument but explicit...

The monitor is useful for debugging programs, but when stepping through a program it's often difficult to keep track of what is happening in memory. I think it would be...

This is a really interesting repo! I found a little typo.

Have you seen https://floooh.github.io/visual6502remix/index.html?highdpi=true ? It would really add to the effect if it was in the corner flashing around while the page executed your programs. It can be very...