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