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