Is there any way I can make Nim store a specific variable (uint64 to be 
precise) into a specific register, for super-fast access?

Something along these lines:
    
    
    register int *foo asm ("r12");
    
    
    Run

Reply via email to