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