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