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