asm.c			main assembling functions, lexical analysis, etc.
asm.h			assembling functions declarations, control variables
compile.c		executive assembling functions
compile.h		assembling functions declarations
console.c		console interface
console.h		console interface
disasm.c		executive disassembling functions; these functions print 
			and emulate individual instructions
disasm.h		disassembling functions declarations, CPU registers
			declarations
hash.c			hash table functions
hash.h			hash table functions header file
inst-dis.c		instruction tables for disassembling purposes
inst-dis.h		instruction tables
instr.c			instruction table for lexical analysis
instr.h			instruction tokens
k_layout.h		help screen content
regs.c			register and flag tables for lexical analysis purposes
regs.h			register and flag tokens
z80-asm.c		assembler main
z80-asm.h		assembler main header file, instruction arguments
			definitions
z80-dis.c		disassembler main and some auxiliary functions
z80-dis.h		disassembler main --- header file
