aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addi224.c
blob: 9b3959cf07282a9012d3f1e832d9c7b4cacf00f2 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(addi224) {
	NEXT_OP(sp, a, x, y, o + 224);
}