Update README.md

This commit is contained in:
Jarno Lehtinen 2019-05-08 08:26:57 +03:00 committed by GitHub
parent b7fcbcf0af
commit 78c2e8eef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,8 @@ out 0x05, r24
sei
```
375ns
## register as variable
- https://forum.arduino.cc/index.php?topic=43760.5
- http://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_regbind
- volatile register unsigned char my_register asm("r2");