2017-01-30 20 views

答えて

2

__current_pcの組み込み関数を使用できます。

int main() 
{ 
    printf("Current PC = %u\n", __current_pc()); 
    return 0; 
} 
関連する問題