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