[go: up one dir, main page]

File: README

package info (click to toggle)
z80dasm 1.1.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 952 kB
  • ctags: 149
  • sloc: ansic: 2,117; sh: 1,089; makefile: 52
file content (74 lines) | stat: -rw-r--r-- 2,031 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
				    z80dasm 
				    =======

Disassembler for the Zilog Z80 microprocessor and compatibles. It can be
used to reverse engineer programs and operating systems for 1980's
microcomputers using this processor architecture (for example Sinclar ZX80,
ZX81, Spectrum, Galaksija and others).

Generated assembly code can be assembled back with any of the following:

zasm   - Z80 assembler by Günter Woigk
z80asm - Available at http://savannah.nongnu.org/projects/z80asm/

or the original Zilog Z80 assembler.

z80dasm is based largely on dz80 3.0, written by Jan Panteltje (available
at http://panteltje.com/panteltje/z80/index.html). z80dasm was extensively 
tested, a lot of bugs were fixed and a more UNIX-like command line interface
was added. See NEWS file for a summary of changes.

Supported platforms
===================

In theory any UNIX-like operating system. z80dasm is developed on Debian
GNU/Linux.


Dependencies
============

None.


Usage
=====

See man page or run "z80dasm -h".


Installation
============

To build and install z80dasm: 

 $ cd z80dasm-x.x.x

 $ ./autogen.sh                         (only if building from CVS)

 $ ./configure
 $ make

 $ make test 				(if you want to be sure it works)

 $ make install                         (as root)


License
=======

Copyright (C) 1994-2007 Jan Panteltje <panteltje@yahoo.com>
Copyright (C) 2007-2012 Tomaz Solc <tomaz.solc@tablix.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.