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); }