コード例 #1
0
ファイル: test_cpu.py プロジェクト: c--y/pyes
def test_same_page():
    a1 = 0x3244
    a2 = 0x3256
    assert Cpu.same_page(a1, a2)