Update ebug opcode table for Elvira1

svn-id: r24137
This commit is contained in:
Travis Howell 2006-10-06 08:00:41 +00:00
parent 85c9bb0329
commit 8637803941
2 changed files with 31 additions and 31 deletions

View File

@ -33,28 +33,28 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
/* 4 */
NULL,
NULL,
"IJ|CARRIED",
"IJ|NOT_CARRIED",
/* 8 */
"IIJ|IS_AT",
NULL,
/* 8 */
NULL,
NULL,
"VJ|IS_ZERO",
"VJ|ISNOT_ZERO",
/* 12 */
"VWJ|IS_EQ",
"VWJ|IS_NEQ",
"VWJ|IS_LE",
"VWJ|IS_GE",
"WJ|IS_ZERO",
"WJ|ISNOT_ZERO",
"WWJ|IS_EQ",
"WWJ|IS_NEQ",
/* 16 */
"VVJ|IS_EQF",
"VVJ|IS_NEQF",
"VVJ|IS_LEF",
"VVJ|IS_GEF",
"WWJ|IS_LE",
"WWJ|IS_GE",
"WWJ|IS_EQF",
"WWJ|IS_NEQF",
/* 20 */
NULL,
NULL,
"WWJ|IS_LEF",
"WWJ|IS_GEF",
NULL,
NULL,
/* 24 */
@ -98,30 +98,30 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
/* 56 */
"VV|MOVE",
"WW|MOVE",
NULL,
NULL,
NULL,
/* 60 */
"V|SET_FF",
"V|ZERO",
"W|SET_FF",
"W|ZERO",
NULL,
NULL,
/* 64 */
"VW|SET",
"VW|ADD",
"VW|SUB",
"VV|ADDF",
"WW|SET",
"WW|ADD",
"WW|SUB",
"WW|ADDF",
/* 68 */
"VV|SUBF",
"VW|MUL",
"VW|DIV",
"VV|MULF",
"WW|SUBF",
"WW|MUL",
"WW|DIV",
"WW|MULF",
/* 72 */
"VV|DIVF",
"VW|MOD",
"VV|MODF",
"VW|RANDOM",
"WW|DIVF",
"WW|MOD",
"WW|MODF",
"WW|RANDOM",
/* 76 */
"W|MOVE_DIRN",
"I|SET_A_PARENT",
@ -139,7 +139,7 @@ static const char *const elvira1_opcode_name_table[300] = {
"IW|SET_STATE",
/* 88 */
NULL,
"V|SHOW_INT",
"W|SHOW_INT",
"|SHOW_SCORE",
"T|SHOW_STRING_NL",
/* 92 */
@ -371,7 +371,7 @@ static const char *const elvira1_opcode_name_table[300] = {
NULL,
NULL,
"|PAUSE",
"IV|COPY_SF",
"IW|COPY_SF",
/* 276 */
"W|RESTORE_ICONS",
NULL,

View File

@ -1839,7 +1839,7 @@ void AGOSEngine::oe1_nextMaster() {
}
void AGOSEngine::oe1_zoneDisk() {
// 267: zone disk
// 267: set disk number of each zone
getVarOrWord();
getVarOrWord();
}