Update README.md

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

View File

@ -27,3 +27,7 @@ sei
- 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");
## running code from ram
- https://forum.arduino.cc/index.php?topic=425962.0
- "AVRs are Harvard architecture CPUs, so they CANNOT run code out of RAM, so that directive can't possibly do anything of any value whatsoever."