It looks like the address type wasn't right. The following works (where "tmp"
contains the pointer):
let address:ptr uint8 = cast[ptr uint8](tmp)
address[] = 10.uint8
Run
- pointer to uint8: changing the underlying value mantielero
- Re: pointer to uint8: changing the underlying value mantielero
