??? 06/13/07 15:13 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#140676 - with the error or without? Responding to: ???'s previous message |
Erik Malund said:
now do this in 48 seconds in assembler buf1 U8 xdata[48]; buf2 U8 xdata[48]; U8 index; for (index = 0; index < 49; index++) { buf1[index] = buf2[index]; } Shall I "translate" it with the error or without? :-) You see, Pascal would notify you... ;-) JW |