# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |