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