aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/insn_inline_awl.pxd.in
blob: 126732d598a28adf593692eea9f0b1cacb0fc8e2 (plain)
1
2
3
4
5
from awlsim.common.cython_support cimport *
from awlsim.core.instructions.main cimport *

cdef class AwlInsn_INLINE_AWL(AwlInsn):
	cdef public object awlCodeStr
bues.ch cgit interface