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