Can i get int of asm statement and pass it into variables, example that:
void main() { unsigned int var = getCode(asm("NOP")); while (1); }