diff options
author | Damien George <damien.p.george@gmail.com> | 2015-02-16 18:17:07 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-02-16 18:17:07 +0000 |
commit | eff10f66a65d0577aa9d10ee08b469cb9c83e1a3 (patch) | |
tree | 39296926928e62c117f6ad5c65401e4aff403235 /tests/inlineasm/asmit.py.exp | |
parent | 42495392daa5efd3cb706d396f244ab7c9049b29 (diff) | |
download | micropython-eff10f66a65d0577aa9d10ee08b469cb9c83e1a3.tar.gz micropython-eff10f66a65d0577aa9d10ee08b469cb9c83e1a3.zip |
py: Implement bl/bx instructions for inline Thumb assembler.
Diffstat (limited to 'tests/inlineasm/asmit.py.exp')
-rw-r--r-- | tests/inlineasm/asmit.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/inlineasm/asmit.py.exp b/tests/inlineasm/asmit.py.exp new file mode 100644 index 0000000000..d06c72d9bb --- /dev/null +++ b/tests/inlineasm/asmit.py.exp @@ -0,0 +1,2 @@ +100 1 +100 200 |