robmcmullen / omnivore

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

Import/export labels using assembler format #193

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Assemblers usually use:

label = address

as the label definition, so we should import and export that as well.