1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: pasmo
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), docbook-to-man
Standards-Version: 4.5.0
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pasmo.git;a=summary
Vcs-Git: git://anonscm.debian.org/collab-maint/pasmo.git
Package: pasmo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: easy to use Z80 cross-assembler
A Z80 assembler capable of generating object code in formats suitable
for many Z80 machines and emulators. Pasmo generates fixed position
code, can not be used to create relocatable object files for use with
linkers. Pasmo is compatible with the syntax used in several old
assemblers, by supporting several styles of numeric and string literals
and by providing several names of the most used directives.
Homepage: http://pasmo.speccy.org/
|