aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsa39.c
blob: da284d665e38279eee853d27bbdff381b738d09f (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(bsa39) {
	NEXT_OP(sp, a >> 39, x, y, o);
}