retroenv / nesgodisasm

Nintendo Entertainment System ROM disassembler written in Golang
Apache License 2.0
14 stars 2 forks source link

writing to an read indexed var does not replace the write with the var #13

Closed cornelk closed 1 year ago

cornelk commented 1 year ago
sta $04
lda $04,Y

produces

_var_0004_indexed = $0004

sta $04
lda (_var_0004_indexed),Y