diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-29 22:10:41 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-29 22:10:41 +0100 |
commit | e9dac3b4d039997f446b6a615d580d284497d59b (patch) | |
tree | 3ffda8af59c5c5008883d52c54264057b1c49392 /py/objexcept.c | |
parent | 44c96b2314f5519643f5c8baa1c05f4f5ce6ff7c (diff) | |
download | micropython-e9dac3b4d039997f446b6a615d580d284497d59b.tar.gz micropython-e9dac3b4d039997f446b6a615d580d284497d59b.zip |
py: Add casting to viper; add native mem stores to viper.
Viper can now do the following:
def store(p:ptr8, c:int):
p[0] = c
This does a store of c to the memory pointed to by p using a machine
instructions inline in the code.
Diffstat (limited to 'py/objexcept.c')
0 files changed, 0 insertions, 0 deletions