robmcmullen / omnivore

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

miniassembler broken; z80bit undefined #143

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago
  File "/noaa/maproom-deps/omnivore/udis/miniasm.py", line 241, in parse_operands
    bytes = f.check_hex_1x8(operands, pc, v)
  File "/noaa/maproom-deps/omnivore/udis/miniasm.py", line 106, in check_hex_1x8
    if self.flag & z80bit:
NameError: global name 'z80bit' is not defined