Update README.md

This commit is contained in:
Jarno Lehtinen 2022-04-05 22:26:45 +03:00 committed by GitHub
parent 6df20df5fc
commit b036b1ff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ sei
- out can write from register to io
- only one io/data address space access within one instruction?
- lds/sts takes 2 cycles and in/out takes 1 cycle? ldi takes 1 cycle?
- lds/sts: \_SFR_MEM_ADDR(GPIOR2), in/out: \SFR_IO_ADDR(GPIOR0)
- lds/sts: "M" \_SFR_MEM_ADDR(GPIOR2), in/out: "I" \SFR_IO_ADDR(GPIOR0)
## avr asm
- http://www.nongnu.org/avr-libc/user-manual/inline_asm.html