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