From 06b53c1bff55150114af371602cb278d5325cf4e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 21 Jan 2000 00:27:29 +0000 Subject: Add 'add" as an offial alias for "addu" --- opcodes/mcore-opc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/mcore-opc.h') diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h index 09804125226..e0bc333b4c1 100644 --- a/opcodes/mcore-opc.h +++ b/opcodes/mcore-opc.h @@ -109,6 +109,7 @@ mcore_opcode_info mcore_table[] = { "asr", O2, 0, 0x1A00 }, { "lsl", O2, 0, 0x1B00 }, { "addu", O2, 0, 0x1C00 }, + { "add", O2, 0, 0x1C00 }, /* Official alias. */ { "ixh", O2, 0, 0x1D00 }, { "or", O2, 0, 0x1E00 }, { "andn", O2, 0, 0x1F00 }, -- cgit v1.2.1