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