aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra24.c
blob: f113634cf998c1da80d2b700facc8601d62ce29f (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sra24) {
	NEXT_OP(sp, (sreg_t)a >> 24, x, y, o);
}