From e20c4dfeab1bbfb208f5ecfcf25ca4185babe750 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 27 Dec 2012 21:19:58 -0800 Subject: Initial work on allowing dynamic branches and code in RAM plus a small fix to effective address decoding --- 68kinst.c | 1 + 1 file changed, 1 insertion(+) (limited to '68kinst.c') diff --git a/68kinst.c b/68kinst.c index 2a287b7..099aab6 100644 --- a/68kinst.c +++ b/68kinst.c @@ -63,6 +63,7 @@ uint16_t *m68k_decode_op_ex(uint16_t *cur, uint8_t mode, uint8_t reg, uint8_t si dst->params.regs.sec = ext >> 11;//includes areg/dreg bit, reg num and word/long bit dst->params.regs.displacement = sign_extend8(ext&0xFF); #endif + break; case 2: dst->addr_mode = MODE_PC_DISPLACE; ext = *(++cur); -- cgit v1.2.3