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