z80asm 1.8-2 source package in Ubuntu

Changelog

z80asm (1.8-2) unstable; urgency=medium

  * Declare source format 3.0. Apply existing change to patch. (Closes: #1007310)
  * Update debhelper compat level to 10.
  * Update standards version to 4.6.2. No changes needed.
  * Use machine-readable copyright format.

 -- Bas Wijnen <email address hidden>  Thu, 17 Aug 2023 16:13:44 +0200

Upload details

Uploaded by:
Bas Wijnen
Uploaded to:
Sid
Original maintainer:
Bas Wijnen
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
z80asm_1.8-2.dsc 1.6 KiB 68a638c1a9b173fc5b3c273094d63b60e059b6c7a2516ccdf6614350409f4e67
z80asm_1.8.orig.tar.gz 55.9 KiB 67fba9940582cddfa70113235818fb52d81e5be3db483dfb0816acb330515f64
z80asm_1.8-2.debian.tar.xz 2.6 KiB 914e9267075ae9e7b9e198337201bad265e73774d259c87b33c1fa34fece0a00

Available diffs

No changes file available.

Binary packages built by this source

z80asm: assembler for the Zilog Z80 microprocessor

 The Z80 microprocessor is used in old home computers, such as the
 ZX spectrum and MSX, and in several newer devices, such as the TI-83
 graphical calculator and (a stripped down version) in the (original) GameBoy.
 .
 This assembler is meant for developers who write code (in assembly) for
 such devices.
 .
 Features include:
  * macros
  * including other sources
  * complex expressions (similar to bash)
  * labels of unlimited length
  * conditional compilation depending on expressions

z80asm-dbgsym: debug symbols for z80asm