Search found 2 matches

by jumpjack
Sat Oct 19, 2024 5:16 pm
Forum: Programming
Topic: WFDis - 6502/65C02 interactive disassembler
Replies: 70
Views: 33864

Re: WFDis - 6502/65C02 interactive disassembler

Thanks for having a look at it.

I have another question: how does "run selected code" work? If I apply it to this code:

Sys2087 ldx #$00
L0829 lda L0838,x
sta $0100,x
inx
bne L0829
ldx #$ff
txs
jmp $0100

The result panel appears, but it is titled "Emulated effects from $0838-$0838" and it ...
by jumpjack
Sat Sep 28, 2024 10:07 am
Forum: Programming
Topic: WFDis - 6502/65C02 interactive disassembler
Replies: 70
Views: 33864

Re: WFDis - 6502/65C02 interactive disassembler

I think there is an issue with "T" command for displaying PETSCII text: this code:


10 0c 01 19 05 12 13 3a 20 31 20 20 20 13 14 01
12 14 20 01 14 20 13 05 03 14 0f 12 3a 20 30 31
20 20 01 14 14 01 03 0b 20 0f 06 20 14 08 05 20
0d 15 14 01 0e 14 20 03 01 0d 05 0c 13 20 20 20
20 03 0f 0c 0c ...