Change to using /udis submodule (Jeff Tranter's universal disassembler) to generate...
authorNick Downing <nick@ndcode.org>
Thu, 4 Dec 2025 04:39:09 +0000 (15:39 +1100)
committerNick Downing <nick@ndcode.org>
Thu, 4 Dec 2025 04:39:09 +0000 (15:39 +1100)
commit54bd6706fc28ac866227abf7152a04776262334e
tree27966ae59507e1dd6ed7f2aebfbc1cf8d9eb962b
parent92e08bace4aae5eb236a3ea66ee57463d0248fa7
Change to using /udis submodule (Jeff Tranter's universal disassembler) to generate /instr_8080.txt, accordingly rerun decoder and update /cpu_8080.c, use cpu_8080_ill() to mark illegal opcodes rather than treating as extra nops, calls etc
.gitmodules
cpu_8080.c
cpu_8080.h
decode_8080.py
instr_8080.txt
udis [new submodule]