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