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