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