On 05/06/2010 06:12 AM, Karri Kaksonen wrote: > > You might even save some more by using common library functions found in > cc65. > > memcpy(array2, array1, 256); > > There are other nice memory functions too like: > > memset(array2, 'X', 256); > > equal = (memcmp(array2, array1, 256) == 0); > > Plus there is tons of supercool other functions in the cc65 suite. See > the function reference section in the docs. LOL!! :) I thought about that as well at first. However, then I assumed that there weren't such "libc" function in cc65. I was so sure about it that I didn't even check the docs :( salut, daniel ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu May 6 06:38:17 2010
This archive was generated by hypermail 2.1.8 : 2010-05-06 06:38:19 CEST