cleanup
This commit is contained in:
parent
9171cd5df1
commit
3d8ec4a4bf
1 changed files with 0 additions and 2 deletions
|
@ -1002,9 +1002,7 @@ class TestMethods(unittest.TestCase):
|
||||||
# that's what pdpasmhelper (only) supports for forward refs
|
# that's what pdpasmhelper (only) supports for forward refs
|
||||||
a.mov('pc', 'r0')
|
a.mov('pc', 'r0')
|
||||||
a.add(a.getlabel('stack', idxrel=True), 'r0')
|
a.add(a.getlabel('stack', idxrel=True), 'r0')
|
||||||
# a.add(2, 'r0')
|
|
||||||
a.mov('r0', 'sp')
|
a.mov('r0', 'sp')
|
||||||
a.mov('r0', a.ptr(0o30000))
|
|
||||||
|
|
||||||
a.clr('r1')
|
a.clr('r1')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue