z80dasm 1.1.5-1 source package in Ubuntu

Changelog

z80dasm (1.1.5-1) unstable; urgency=low

  * New upstream release.
  * Add patch to fix build with format hardening enabled.
  * Updated standards-version to 4.1.1.
    - Use https URL in d/copyright Format field.
  * Updated dates in d/copyright.

 -- Tomaž Šolc <email address hidden>  Fri, 17 Nov 2017 11:00:07 +0100

Upload details

Uploaded by:
Tomaz Solc
Uploaded to:
Sid
Original maintainer:
Tomaz Solc
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
z80dasm_1.1.5-1.dsc 1.8 KiB c8994f485a4d0a2aea77d4d574634db6fc58846fb72288ffcc1e6f0b1cbe7996
z80dasm_1.1.5.orig.tar.gz 167.6 KiB 91ecbfa43e5a9c15665560668fb1a9e3f0455f28a6f7478450bd61ff56d6b96e
z80dasm_1.1.5-1.debian.tar.xz 2.5 KiB c16c171851b9737c429b931a086d853edb214482e700718f2b04b90e5f143303

Available diffs

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