dis
dis copied to clipboard
Statically Tracing 6502 Disassembler
Results
1
dis issues
Sort by
recently updated
recently updated
newest added
I would welcome an option to use xasm pseudo-instructions and pseudo address modes. E.g. ``` lda #dest sta ptr+1 ldx #192 do_line ldy #39 do_byte lda pattern,y sta (ptr),y dey...