Update README.md

This commit is contained in:
Jarno Lehtinen 2019-05-08 08:54:28 +03:00 committed by GitHub
parent 9195ea1813
commit cdefbd39f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
```
cli // 1 clock
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit pointer.
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit pointer. nope...
f98: e0 91 26 01 lds r30, 0x0126 ; 0x800126 <__data_end> // 2 clocks
f9c: f0 91 27 01 lds r31, 0x0127 ; 0x800127 <__data_end+0x1> // 2 clocks
fa0: 80 81 ld r24, Z // 1 clock