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