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