diff options
Diffstat (limited to 'dev-embedded/zmac/metadata.xml')
-rw-r--r-- | dev-embedded/zmac/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-embedded/zmac/metadata.xml b/dev-embedded/zmac/metadata.xml index 17d1f63398d4..1b057d8630f6 100644 --- a/dev-embedded/zmac/metadata.xml +++ b/dev-embedded/zmac/metadata.xml @@ -5,4 +5,13 @@ <maintainer> <email>ulm@gentoo.org</email> </maintainer> +<longdescription> + zmac is a Z80 macro cross-assembler. It has all the features you'd expect. + It assembles the specified input file and produces raw binary output. + (It can optionally produce CP/M-style Intel hex format.) By default it + also produces a nicely-formatted listing of the m/c alongside the source. + + As well as normal Z80 programs, zmac lets you write 8080 programs in Z80 + assembly. +</longdescription> </pkgmetadata> |