File: control

package info (click to toggle)
z80dasm 1.1.6-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,360 kB
  • sloc: asm: 70,237; ansic: 2,624; sh: 1,275; makefile: 280
file content (22 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: z80dasm
Section: devel
Priority: optional
Maintainer: Tomaž Šolc <tomaz.solc@tablix.org>
Homepage: https://www.tablix.org/~avian/blog/articles/z80dasm/
Build-Depends: debhelper (>= 10), z80asm
Standards-Version: 4.5.0
Vcs-Git: https://www.tablix.org/~avian/git/z80dasm.git -b debian

Package: z80dasm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: z80asm
Description: 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.