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