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