ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon_z80.cpp
(Generate patch)

Comparing mon/src/mon_z80.cpp (file contents):
Revision 1.1 by cebix, 2000-10-15T15:07:16Z vs.
Revision 1.2 by cebix, 2001-09-07T19:23:18Z

# Line 334 | Line 334 | static int disass_cb(SFILE *f, uint32 ad
334          }
335  
336          // Decode mnemonic and addressing modes
337 <        char mnem, dst_mode = A_IMPL, src_mode = A_IMPL;
337 >        char mnem = M_ILLEGAL, dst_mode = A_IMPL, src_mode = A_IMPL;
338          switch (op & 0xc0) {
339                  case 0x00:
340                          dst_mode = A_REG1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines