• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

etc/H03-May-2022-

man/H03-May-2022-1,1911,046

CHANGELOGH A D03-May-202217 KiB259250

COPYINGH A D26-Apr-200017.6 KiB341281

INSTALLH A D03-May-20221.6 KiB3226

READMEH A D03-May-20221.2 KiB2923

SRC_FILESH A D03-May-20223.3 KiB6361

TODOH A D03-May-2022560 179

Z80-cpu-pinsH A D02-Jun-20051.4 KiB2621

z80-decoder.cH A D21-May-200510 KiB332301

z80-decoder.hH A D21-May-20052.1 KiB10998

README

1Version 2.4-pre3 of package Z80-asm from 2006-Oct-04
2
3[outdated: http://freshmeat.net/projects/z80-asm/]
4
5Look for the latest source at the URL
6    http://wwwhomes.uni-bielefeld.de/achim/z80-asm/
7or
8    http://artax.karlin.mff.cuni.cz/~brain/z80-asm/
9or mail  Petr Kulhavy at Charles University, Prague, Czech Republic
10    brain@artax.karlin.mff.cuni.cz
11or mail  Achim Flammenkamp at University of Bielefeld, Bielefeld, Germany
12    achim@mathematik.uni-bielefeld.de
13
14for documentation of the Z80 system/CPU see the excellent URLs
15    http://www.geocities.com/SiliconValley/Peaks/3938/z80_home.htm
16    http://z80.info
17
18In few sentences: Z80-asm is a C-source code availible package which contains
19a 2-pass Z80 assembler and a sofisticated Z80 monitor. This monitor can be used
20as debugger, disassembler, emulator and more for a Z80-CPU.
21The hardware supported is in principle only the raw CPU with 64 kB memory
22(optional with bank switching) and the quartz --- thus independendly of any
23real operating system. But there exists already some add-ons, like
24LCD-display, direct keyboard access, daisy-chain interrupt-logic and even a
25(probably buggy) Z80-CTC emulation.
26
27We hope you have fun ...
282004-07-03
29