摘要: def put_unconditional_branch(source, destination): offset = (destination - source - 4) >> 1 if offset > 2097151 or offset < -2097152: raise RuntimeErr 阅读全文
posted @ 2022-02-18 17:44 公众号python学习开发 阅读(433) 评论(0) 推荐(0) 编辑