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