Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
etc/ | H | 03-May-2022 | - | |||
man/ | H | 03-May-2022 | - | 1,191 | 1,046 | |
CHANGELOG | H A D | 03-May-2022 | 17 KiB | 259 | 250 | |
COPYING | H A D | 26-Apr-2000 | 17.6 KiB | 341 | 281 | |
INSTALL | H A D | 03-May-2022 | 1.6 KiB | 32 | 26 | |
README | H A D | 03-May-2022 | 1.2 KiB | 29 | 23 | |
SRC_FILES | H A D | 03-May-2022 | 3.3 KiB | 63 | 61 | |
TODO | H A D | 03-May-2022 | 560 | 17 | 9 | |
Z80-cpu-pins | H A D | 02-Jun-2005 | 1.4 KiB | 26 | 21 | |
z80-decoder.c | H A D | 21-May-2005 | 10 KiB | 332 | 301 | |
z80-decoder.h | H A D | 21-May-2005 | 2.1 KiB | 109 | 98 |
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