z80dasm 1.1.6-1 source package in Ubuntu
Changelog
z80dasm (1.1.6-1) unstable; urgency=medium * New upstream release. * Dropped format hardening patch that was included upstream. * Added patch to fix compiler warnings with -Wformat-overflow. * Added upstream README to package. * Updated dates in d/copyright. * Updated standards-version to 4.5.0. - No changes required. * Updated debhelper compatibility level to 10. -- Tomaž Šolc <email address hidden> Wed, 01 Jul 2020 18:04:41 +0200
Upload details
- Uploaded by:
- Tomaz Solc
- Uploaded to:
- Sid
- Original maintainer:
- Tomaz Solc
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
z80dasm_1.1.6-1.dsc | 1.8 KiB | a9283b0b223d81ba21d63da49843c6af585a2d9e33e734c6583e44cc6fc1d72d |
z80dasm_1.1.6.orig.tar.gz | 165.3 KiB | 76d3967bb028f380a0c4db704a894c2aa939951faa5c5630b3355c327c0bd360 |
z80dasm_1.1.6-1.debian.tar.xz | 2.7 KiB | 9b1aff60e589daf2dcad57c0840d025473a4dfaf05a737199810f2676b14dbaf |
Available diffs
- diff from 1.1.5-1 to 1.1.6-1 (102.1 KiB)
No changes file available.
Binary packages built by this source
- z80dasm: disassembler for the Zilog Z80 microprocessor
The Z80 microprocessor is used in some 1980s home microcomputers, such as the
Sinclair ZX80, ZX81, Spectrum, Galaksija and in several newer devices, such
as graphical calculators from Texas Instruments and the original GameBoy.
.
This disassembler is useful for reverse engineering programs and operating
systems written for such devices. It produces assembly source code from binary
ROM images and tries to guess locations of labels and symbols. Its output can
be directly converted back to binary with a Z80 assembler, such as z80asm.
- z80dasm-dbgsym: debug symbols for z80dasm