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