aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_o.pxd.in
blob: 6295722bf7858f12be520efa2c83777d6929c779 (plain)
1
2
3
4
5
6
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_O(AwlInsn):
	cdef __run_withOps(self)
	cdef __run_noOps(self)
bues.ch cgit interface