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