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