scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6b35bb6d8c30d02b9530db67fb600601a5544b9e
parent fdb7271e3c40cf0caa2be373aa23af8295256136
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 29 Dec 2017 14:35:21 +0000

[as-z80] Add bibliography documentation

Diffstat:
Mas/target/x80/ins.c | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/as/target/x80/ins.c b/as/target/x80/ins.c @@ -7,6 +7,13 @@ static char sccsid[] = "@(#) ./as/target/z80/ins.c"; #include "../../as.h" #include "proc.h" +/* + * This implementation is based in: + * - Zilog Z80 CPU Specifications by Sean Young + * - Decoding Z80 opcodes - of use to disassembler and emulator + * writers - by Cristian Dinu. + */ + int getclass(Node *np) {