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