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