aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/viper_ptr8_load.py.exp
AgeCommit message (Collapse)Author
2015-04-22tests: Add more tests for viper, including tests for ViperTypeError's.Damien George
2014-10-12py: Implement native load for viper.Damien George
Viper can now do: ptr8(buf)[0], which loads a byte from a buffer using machine instructions.