mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 16:45:08 -05:00
Update README.md
This commit is contained in:
parent
3b358dfcb2
commit
6df20df5fc
@ -32,6 +32,7 @@ sei
|
|||||||
- out can write from register to io
|
- out can write from register to io
|
||||||
- only one io/data address space access within one instruction?
|
- 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 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)
|
||||||
|
|
||||||
## avr asm
|
## avr asm
|
||||||
- http://www.nongnu.org/avr-libc/user-manual/inline_asm.html
|
- http://www.nongnu.org/avr-libc/user-manual/inline_asm.html
|
||||||
|
Loading…
Reference in New Issue
Block a user