Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C18コンパイラでネイキッド関数を宣言する方法を知っている人はいますか?
裸の機能とは、エピローグとプロローグのない機能を意味します。
私が使用するgccで:
__attribute__((naked)) int func(int par1)
多分 #pragma または同じ結果を得るためのいくつかのトリック...??
ありがとうございました!