FreeCalypso > hg > freecalypso-reveng
diff arm7dis/atcommon.c @ 97:fb5ea2758482
thumbdis written, compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 30 Mar 2014 23:32:26 +0000 |
parents | f7fba8518fa2 |
children | c883e60df239 |
line wrap: on
line diff
--- a/arm7dis/atcommon.c Sun Mar 30 07:22:33 2014 +0000 +++ b/arm7dis/atcommon.c Sun Mar 30 23:32:26 2014 +0000 @@ -5,3 +5,5 @@ 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"};