This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3babdf7c7e
circuitpython
/
tests
/
micropython
/
viper_ptr16_load.py.exp
5 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
py: Implement native load for viper. Viper can now do: ptr8(buf)[0], which loads a byte from a buffer using machine instructions.
2014-10-12 11:59:29 -04:00
bytearray(b'1234')
tests: Add more tests for viper, including tests for ViperTypeError's.
2015-04-22 18:18:28 -04:00
12849 13363
py: Implement native load for viper. Viper can now do: ptr8(buf)[0], which loads a byte from a buffer using machine instructions.
2014-10-12 11:59:29 -04:00
26212
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
2015-10-13 13:24:36 -04:00
26212