Searched defs:PUT2 (Results 1 – 1 of 1) sorted by relevance
195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 macro200 #define PUT2(a,n,d) a[n] = d macro
Completed in 13 milliseconds