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