K 10 svn:author V 2 ed K 8 svn:date V 27 2013-06-08T16:24:49.003863Z K 7 svn:log V 346 Actually make the 2-byte atomics work. Even though I tested the 1-byte operations on arbitrarily aligned bytes, it seems I did not do this for the 2-byte operations. Create easy to read functions that are used to get/put bytes and halfwords in words. To keep the compiler happy, explicitly read two bytes into a union to obtain a 16-bit value. END