├── 1802.py ├── 6502.py ├── 65816.py ├── 65c02.py ├── 6800.py ├── 6801.py ├── 6809.py ├── 6811.py ├── 8051.py ├── 8080.py ├── 8085.py ├── LICENSE ├── README.md ├── udis.py └── z80.py /1802.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/1802.py -------------------------------------------------------------------------------- /6502.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/6502.py -------------------------------------------------------------------------------- /65816.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/65816.py -------------------------------------------------------------------------------- /65c02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/65c02.py -------------------------------------------------------------------------------- /6800.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/6800.py -------------------------------------------------------------------------------- /6801.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/6801.py -------------------------------------------------------------------------------- /6809.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/6809.py -------------------------------------------------------------------------------- /6811.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/6811.py -------------------------------------------------------------------------------- /8051.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/8051.py -------------------------------------------------------------------------------- /8080.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/8080.py -------------------------------------------------------------------------------- /8085.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/8085.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/README.md -------------------------------------------------------------------------------- /udis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/udis.py -------------------------------------------------------------------------------- /z80.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jefftranter/udis/HEAD/z80.py --------------------------------------------------------------------------------