1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Arduino IDE > Link > インラインアセンブラを使う

Last updated at Posted at 2016-02-19

Arduino IDEにてアセンブラが使えるのかどうか。

以下を見つけた。
http://d.hatena.ne.jp/pcm1723/20151202/1449061241

__asm__ __volatile__([アセンブラ])

上記は未検証。

以下はAVRにて使っている例 (__asm__("nop\n\t"); )
http://playground.arduino.cc/Main/AVR

no operationの最後にタブのコードを入れるのか。

なお、アセンブラは使ったことがない。
CASTLEというもので20年くらい前に出てきた気がする。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?