File: control

package info (click to toggle)
dasm 2.20.15~20201109%2Breally2.20.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,228 kB
  • sloc: asm: 7,942; ansic: 7,408; sh: 185; makefile: 160; python: 86
file content (33 lines) | stat: -rw-r--r-- 1,280 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
23
24
25
26
27
28
29
30
31
32
33
Source: dasm
Section: otherosfs
Priority: optional
Maintainer: Joseph Nahmias <jello@debian.org>
Build-Depends: debhelper-compat (=13), latexmk, texlive-latex-extra,
 texlive-fonts-recommended, texlive-fonts-extra
Standards-Version: 4.6.1
Homepage: https://dasm-assembler.github.io/
Vcs-Browser: https://salsa.debian.org/debian/dasm
Vcs-Git: https://salsa.debian.org/debian/dasm.git
Rules-Requires-Root: no

Package: dasm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Macro assembler with support for several 8-bit microprocessors
 DASM is a versatile macro assembler with support for several 8-bit
 microprocessors including MOS 6502 & 6507; Motorola 6803, 68705, and 68HC11;
 Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.
 .
 DASM boasts a number of features including:
 .
   * fast assembly
   * supports several common 8 bit processor models
   * takes as many passes as needed
   * automatic checksum generation, special symbol ’...’
   * several binary output formats available
   * allows reverse indexed origins
   * multiple segments, BSS segments (no generation), relocatable origin
   * expressions, as in C
   * 32-bit integer expressions
   * no real limitation on label size
   * complex pseudo-ops, repeat loops, macros