aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_call.pxd.in
blob: aa1f8c8bec12a6cde858fef67607e8834c5de366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_AbstractCall(AwlInsn):
	pass

cdef class AwlInsn_CALL(AwlInsn_AbstractCall):
	cdef __run_CALL_FC(self)
	cdef __run_CALL_FB(self)

cdef class AwlInsn_CC(AwlInsn_AbstractCall):
	pass

cdef class AwlInsn_UC(AwlInsn_AbstractCall):
	pass
bues.ch cgit interface