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

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