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

Reply via email to