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