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