From d1a1bf19b462be92990e42621a0b730da81e7c85 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 29 Mar 2000 18:25:37 +0000 Subject: Add "bal" instruction pattern. Add test of assembling "bal" instruction --- gas/config/tc-arm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/config/tc-arm.c') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 04d8b45..4779b3d 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -808,6 +808,7 @@ static CONST struct thumb_opcode tinsns[] = {"blt", 0xdbfe, 2, ARM_THUMB, do_t_branch9}, {"bgt", 0xdcfe, 2, ARM_THUMB, do_t_branch9}, {"ble", 0xddfe, 2, ARM_THUMB, do_t_branch9}, + {"bal", 0xdefe, 2, ARM_THUMB, do_t_branch9}, {"bic", 0x4380, 2, ARM_THUMB, do_t_arit}, {"bl", 0xf7fffffe, 4, ARM_THUMB, do_t_branch23}, {"bx", 0x4700, 2, ARM_THUMB, do_t_bx}, -- cgit v1.1