diff --git a/pdptests.py b/pdptests.py index 4f5828e..023ba49 100644 --- a/pdptests.py +++ b/pdptests.py @@ -222,7 +222,7 @@ class TestMethods(unittest.TestCase): a.mov((i * 8192) >> 6, '(r4)+') # kernel seg 7 to I/O page - a.mov(0o776000 >> 6, '(r4)') + a.mov(0o760000 >> 6, '(r4)') # user segs 0 .. 7 to physical 64K .. 128K a.mov(cn.UISA0, 'r4')