robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Add disassembly list export #114

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Export disassembly as a list file that can be directly diffed with atasm output. E.g.:

Source: 0x2000-0x2800.s
2 2000  01 A0          .byte $01, $a0, $0a, $20 ;unknown data
2 2002  0A 20 
3 2004  01 A6          .byte $01, $a6, $79, $0a
3 2006  79 0A 
robmcmullen commented 7 years ago

Fixed in fd2032a9d4