From 0a372b26313bf60fe7afedfcfeea20149f2b4399 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 28 Oct 2015 19:45:24 -0700 Subject: Implement TAS --- m68k_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'm68k_internal.h') diff --git a/m68k_internal.h b/m68k_internal.h index 13b7c15..b0c162e 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -66,6 +66,7 @@ void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mas void translate_m68k_unary(m68k_options *opts, m68kinst *inst, uint32_t flag_mask, host_ea *dst_op); void translate_m68k_invalid(m68k_options *opts, m68kinst *inst); void translate_m68k_cmp(m68k_options * opts, m68kinst * inst); +void translate_m68k_tas(m68k_options * opts, m68kinst * inst); void translate_m68k_clr(m68k_options * opts, m68kinst * inst); void translate_m68k_ext(m68k_options * opts, m68kinst * inst); void translate_m68k_abcd_sbcd(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); -- cgit v1.2.3