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