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