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