view arm7dis/atcommon.c @ 98:8eaa265ee292

C139 boot re setup using the new arm7dis
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 31 Mar 2014 00:43:15 +0000
parents fb5ea2758482
children c883e60df239
line wrap: on
line source

/* a few disassembly bits common between ARM and Thumb */

char *regnames[16] = {"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
			"r8", "r9", "r10", "r11", "r12", "sp", "lr", "pc"};

char *condition_decode[16] = {"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
				"hi", "ls", "ge", "lt", "gt", "le", "", "INV"};

char *shift_types[4] = {"lsl", "lsr", "asr", "ror"};