aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/m68kmri.h
blob: 92f87ddf29129c14ed2b1db7c82b7aff7fafdde4 (plain)
1
2
3
4
5
6
7
8
9
#define MOTOROLA_SYNTAX

/* Allow OP as an alias for OP.l (or OP.w or OP.b, depend on OP). */
#define ALLOW_DEFAULT_SIZES

/* Customers want bhi and friends to be variable sized - stolen from jhi */
#define BRANCH_IS_VARIABLE_SIZED

#include "m68k.h"