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