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