aboutsummaryrefslogtreecommitdiff
path: root/ops/branchi/call.c
blob: 23d88d0c3e19feed687389313398bb4b91bec364 (plain) (blame)
1
2
3
4
5
6
#include "../common.h"

DEFINE_OP(call) {
	x = ((op_call)IMM())(sp, a, x, y, o);
	NEXT_OP(sp, a, x, y, o);
}