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