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