DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
tables.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "dissz80p.h"

Variables

char * VersionString = "2.0"
char * IMModes [4] = {"0", "0", "1", "2"}
char * Conditions [8]
char * AccRotType [8]
char * CBRotType [8]
char * Reg8Idx [8]
char * Reg8AFIdx [8]
char * Reg16Idx [5]
char * BasicOps [8]
char * RepeatOps [16]
char * Z180RepeatOps [4]
char * dZ80CpuTypeNames [DCPU_TOTAL]
char * dZ80ErrorMsgs [DERR_TOTAL]

Variable Documentation

char* AccRotType[8]
Initial value:
{
"rlca",
"rrca",
"rla",
"rra",
"daa",
"cpl",
"scf",
"ccf"
}
char* BasicOps[8]
Initial value:
{
"add",
"adc",
"sub",
"sbc",
"and",
"xor",
"or",
"cp"
}
char* CBRotType[8]
Initial value:
{
"rlc",
"rrc",
"rl",
"rr",
"sla",
"sra",
"sll",
"srl"
}
char* Conditions[8]
Initial value:
{
"nz",
"z",
"nc",
"c",
"po",
"pe",
"p",
"m"
}
char* dZ80CpuTypeNames[DCPU_TOTAL]
Initial value:
{
"Z80GB",
"Z80",
"Z180"
}
char* dZ80ErrorMsgs[DERR_TOTAL]
Initial value:
{
"No Error",
"Out of Memory",
"Couldn't create file",
"Couldn't write to file",
"Bad opcode length",
"Invalid parameters",
"Script error",
"Wrong argument type",
"File not found",
"Scripting not available"
}
char* IMModes[4] = {"0", "0", "1", "2"}
char* Reg16Idx[5]
Initial value:
{
"bc",
"de",
"hl",
"sp",
"af"
}
char* Reg8AFIdx[8]
Initial value:
{
"b",
"c",
"d",
"e",
"h",
"l",
"f",
"a"
}
char* Reg8Idx[8]
Initial value:
{
"b",
"c",
"d",
"e",
"h",
"l",
"(hl)",
"a"
}
char* RepeatOps[16]
Initial value:
{
"ldi",
"cpi",
"ini",
"outi",
"ldd",
"cpd",
"ind",
"outd",
"ldir",
"cpir",
"inir",
"otir",
"lddr",
"cpdr",
"indr",
"otdr"
}
char* VersionString = "2.0"
char* Z180RepeatOps[4]
Initial value:
{
"otim",
"otdm",
"otimr",
"otdmr"
}