diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-10-13 00:50:17 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-10-13 00:50:17 +0100 |
| commit | b8f9ac54111ad0962401c764112c9a5669699deb (patch) | |
| tree | 6157856fa4470f3c4af55a7105b4dc448d74999f /tests/micropython/viper_ptr32_store.py.exp | |
| parent | 21f43ba9b0a9a2bc74398e041c6f767a8d1278db (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.exp | 4 |
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') |
