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