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