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