def nextreg(cls, reg, *regs, **modifiers):
'''Return the next address containing an instruction that uses one of the specified registers ``regs``.'''
return cls.nextreg(ui.current.address(), reg, *regs, **modifiers)
评论列表
文章目录