예제 #1
0
파일: sem.py 프로젝트: J4ckKn1ght/nkn
 def __init__(self, loc_db=None):
     IntermediateRepresentation.__init__(self, mn_mep, "l", loc_db)
     self.pc = mn_mep.getpc()
     self.sp = mn_mep.getsp()
     self.IRDst = ExprId("IRDst", 32)
예제 #2
0
 def __init__(self, loc_db):
     Lifter.__init__(self, mn_mep, "l", loc_db)
     self.pc = mn_mep.getpc()
     self.sp = mn_mep.getsp()
     self.IRDst = ExprId("IRDst", 32)