summaryrefslogtreecommitdiffstats
path: root/awlsim/core/instructions/main.pxd.in
blob: 9067bc1b7996a5788260d420cf48983ec4f06f8e (plain)
1
2
3
4
5
6
7
8
9
10
from awlsim.core.cpu cimport *
from awlsim.core.statusword cimport *

cdef class AwlInsn(object):
	cdef public S7CPU cpu
	cdef public uint32_t insnType
	cdef public object rawInsn
	cdef public int32_t ip
	cdef public list ops
	cdef public list params
bues.ch cgit interface