Main Page   Compound List   File List   Compound Members   File Members  

opstrings.c

Go to the documentation of this file.
00001 /*
00002  Copyright (c) 1992-1993 The Regents of the University of California.
00003  All rights reserved.  See copyright.h for copyright notice and limitation 
00004  of liability and disclaimer of warranty provisions.
00005  */
00006 
00007 #include "copyright.h"
00008 
00009 char *normalops[] = {
00010         "special",
00011         "bcond",
00012         "j",
00013         "jal",
00014         "beq",
00015         "bne",
00016         "blez",
00017         "bgtz",
00018         "addi",
00019         "addiu",
00020         "slti",
00021         "sltiu",
00022         "andi",
00023         "ori",
00024         "xori",
00025         "lui",
00026         "cop0",
00027         "cop1",
00028         "cop2",
00029         "cop3",
00030         "024",
00031         "025",
00032         "026",
00033         "027",
00034         "030",
00035         "031",
00036         "032",
00037         "033",
00038         "034",
00039         "035",
00040         "036",
00041         "037",
00042         "lb",
00043         "lh",
00044         "lwl",
00045         "lw",
00046         "lbu",
00047         "lhu",
00048         "lwr",
00049         "047",
00050         "sb",
00051         "sh",
00052         "swl",
00053         "sw",
00054         "054",
00055         "055",
00056         "swr",
00057         "057",
00058         "lwc0",
00059         "lwc1",
00060         "lwc2",
00061         "lwc3",
00062         "064",
00063         "065",
00064         "066",
00065         "067",
00066         "swc0",
00067         "swc1",
00068         "swc2",
00069         "swc3",
00070         "074",
00071         "075",
00072         "076",
00073         "077"
00074 };
00075 
00076 char *specialops[] = {
00077         "sll",
00078         "001",
00079         "srl",
00080         "sra",
00081         "sllv",
00082         "005",
00083         "srlv",
00084         "srav",
00085         "jr",
00086         "jalr",
00087         "012",
00088         "013",
00089         "syscall",
00090         "break",
00091         "016",
00092         "017",
00093         "mfhi",
00094         "mthi",
00095         "mflo",
00096         "mtlo",
00097         "024",
00098         "025",
00099         "026",
00100         "027",
00101         "mult",
00102         "multu",
00103         "div",
00104         "divu",
00105         "034",
00106         "035",
00107         "036",
00108         "037",
00109         "add",
00110         "addu",
00111         "sub",
00112         "subu",
00113         "and",
00114         "or",
00115         "xor",
00116         "nor",
00117         "050",
00118         "051",
00119         "slt",
00120         "sltu",
00121         "054",
00122         "055",
00123         "056",
00124         "057",
00125         "060",
00126         "061",
00127         "062",
00128         "063",
00129         "064",
00130         "065",
00131         "066",
00132         "067",
00133         "070",
00134         "071",
00135         "072",
00136         "073",
00137         "074",
00138         "075",
00139         "076",
00140         "077",
00141 };
00142 

Generated on Mon Feb 10 09:54:46 2003 for nachos by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees