summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_ptr32_store.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-10-13 00:50:17 +0100
committerDamien George <damien.p.george@gmail.com>2015-10-13 00:50:17 +0100
commitb8f9ac54111ad0962401c764112c9a5669699deb (patch)
tree6157856fa4470f3c4af55a7105b4dc448d74999f /tests/micropython/viper_ptr32_store.py.exp
parent21f43ba9b0a9a2bc74398e041c6f767a8d1278db (diff)
py: Implement ptr32 load and store in viper emitter.
Diffstat (limited to 'tests/micropython/viper_ptr32_store.py.exp')
-rw-r--r--tests/micropython/viper_ptr32_store.py.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/viper_ptr32_store.py.exp b/tests/micropython/viper_ptr32_store.py.exp
new file mode 100644
index 000000000..13b9f418f
--- /dev/null
+++ b/tests/micropython/viper_ptr32_store.py.exp
@@ -0,0 +1,4 @@
+bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
+bytearray(b'BBBB\x00\x00\x00\x00')
+bytearray(b'BBBBCCCC')
+bytearray(b'DDDDDDDD')