1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 08:35:05 -05:00

Update README.md

This commit is contained in:
Jarno Lehtinen 2022-04-05 22:09:56 +03:00 committed by GitHub
parent 722b8fe654
commit 3b358dfcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ sei
- in can load from io to register
- 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?
- lds/sts takes 2 cycles and in/out takes 1 cycle? ldi takes 1 cycle?
## avr asm
- http://www.nongnu.org/avr-libc/user-manual/inline_asm.html