gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:wr_b (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/memory.c - 4.8KB - 170 lines
100:                         if (unit & 0x10) {
101:                                 for (; i < n; i++) wr_b(pa.b++, *bp.b);
102:                         } else {
103:                                 for (; i < n; i++) wr_b(pa.b++, *bp.b++);
104:                         }