From: cacao Date: Tue, 6 Oct 1998 20:42:52 +0000 (+0000) Subject: new disassembler options added X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=4e0c8a8b025e9514ce4202419a8a5382b58f511e;p=cacao.git new disassembler options added --- diff --git a/alpha/disass.c b/alpha/disass.c index f4325066f..e9392e662 100644 --- a/alpha/disass.c +++ b/alpha/disass.c @@ -1,3 +1,4 @@ +/* -*- mode: c; tab-width: 4; c-basic-offset: 4 -*- */ /********************************* disass.c ************************************ Copyright (c) 1997 A. Krall, R. Grafl, M. Gschwind, M. Probst @@ -152,8 +153,9 @@ static struct { u2 op,fun; char *name; } op3s[] = { { 0x12, 0x62, "MSKLH " }, { 0x12, 0x72, "MSKQH " }, { 0x13, 0x00, "MULL " }, - { 0x13, 0x60, "MULQ/V " }, + { 0x13, 0x20, "MULQ " }, { 0x13, 0x40, "MULL/V " }, + { 0x13, 0x60, "MULQ/V " }, { 0x13, 0x30, "UMULH " }, { 0x16, 0x080, "FADD " }, { 0x16, 0x0a0, "DADD " },