awneil
Level: 10k+ Postman
Joined: Fri. Jul 1, 2005
Location: Basingstoke, Hampshire, UK
Posted by awneil:
Sat. Jan 22, 2022 - 10:11 AM
How can it not be RMW (ie, Read-Modify-Write) ?
Surely, it has to be:
- Read the original value;
- Modify - by applying the OR operation;
- Write the result
kabasan wrote:it can be called "read set write"
But the 'set' operation is a modification - so it is Read-Modify-Write
See: https://www.avrfreaks.net/commen...
And: https://www.avrfreaks.net/commen...
This topic has a solution. Jump to the solution.
Tags:
Last Edited: Wed. Feb 2, 2022 - 10:35 AM