| ??? 05/22/02 17:42 Read: times |
#23270 - RE: circular buffers by pointers or index ? |
In assembler, you can combine the two for super efficiency:
1) make the buffer start at a 100h boundary 2) for this example the circular is 32 bytes mov @dptr,a inc dptr anl dpl,#01fh Have fun, Erik |



