shithub: scc

Download patch

ref: 8e373599fb5c32d70cf5fd1a51e172232c91ff3c
parent: 8db36cf9b7f61d5dcd4af5324a1cc1c68dc7ed30
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Dec 29 09:35:21 EST 2017

[as-z80] Add bibliography documentation

--- a/as/target/x80/ins.c
+++ b/as/target/x80/ins.c
@@ -7,6 +7,13 @@
 #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)
 {