Re: [hatari-devel] Debugger 'n' command |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 11/04/2016 00:01, Nicolas Pomarède a écrit :
format for DBcc is : 0101 cccc 1100 1rrr . so if ( opcode & 0x50A8 ) == 0x50a8, then you have a DBcc and you can check the next word.
small mistake ; it's "(opcode & 50C8) == 0X50c8"
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |