retroenv / nesgodisasm

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

non default cartridge start addresses are handled incorrectly #18

Closed cornelk closed 1 year ago

cornelk commented 1 year ago

nestest prg starts at 0xc000:

  jsr _func_c0ed                 ; $C0C4 20 ED C0
  .word _label_814c

this label should link outside of the code space