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