Sure, instead of replying, edit your original message. If you don't want an 
answer, why not? 

`register int foo asm ("r12");` is not valid C, so that's why. But of course 
Nim has a solution for this:
    
    
    var x {.codegenDecl: "$# $# asm(\"r12\")".}: int
    

Reply via email to