aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra20.c
blob: 12657cafc13408636307a7c59100ba76b0e80ada (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sra20) {
	NEXT_OP(sp, (sreg_t)a >> 20, x, y, o);
}