/[smarc]/smarc/src/despasm/despasm.cc
ViewVC logotype

Diff of /smarc/src/despasm/despasm.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by batonik, Fri Jan 3 00:02:06 2003 UTC revision 1.4 by misto, Fri Jan 24 16:10:23 2003 UTC
# Line 109  despasm::despasm ( vector<unsigned long> Line 109  despasm::despasm ( vector<unsigned long>
109                  sprintf(bufor, INSTR_FORMAT, rozkazy[rozkaz.instr]);                  sprintf(bufor, INSTR_FORMAT, rozkazy[rozkaz.instr]);
110                  linia = bufor;                  linia = bufor;
111    
112                    if (rozkaz.instr== instr_word::halt){
113                            decoded.push_back("(halt)");
114                            continue;
115                    }
116    
117                  switch (rozkaz.format)                  switch (rozkaz.format)
118                  {                  {
119                          case (instr_word::call_format):                          case (instr_word::call_format):

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26