stella.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:pytari2600 作者: ajgrah2000 项目源码 文件源码
def _hmove_clocks(self, hm):
        # hm - int8
        # Need to ensure 'hm' maintains negative when shifted.
        clock_shift = 0
        # 'hm >= 0x80' is negative move.
        clock_shift = ctypes.c_byte(hm).value >> 4
        return clock_shift
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号