Mercurial > lcfOS
diff python/testasm.py @ 277:046017431c6a
Started register allocator
author | Windel Bouwman |
---|---|
date | Thu, 26 Sep 2013 21:14:25 +0200 |
parents | 56d37ed4b4d2 |
children |
line wrap: on
line diff
--- a/python/testasm.py Mon Sep 16 21:51:17 2013 +0200 +++ b/python/testasm.py Thu Sep 26 21:14:25 2013 +0200 @@ -183,6 +183,11 @@ self.feed('mov r4, 100') self.check('6424') + @unittest.skip + def testMovExt(self): + self.feed('mov r3, sp') + self.check('') + def testYield(self): self.feed('yield') self.check('10bf')