On Sun, 19 Aug 2012 10:01:34 -0300 Isaac Marino Bavaresco wrote: > Thus, it makes sense that a program that uses no compile-time > initialized variables end with four bytes equal to zero in the ".cinit" > section, it is the number of chunks of initialization data present. > That long must be there because usually the initialization code is > always linked, irrespectively if the program has initialized variables > or not. Hello Isaac, The block contains only two retlw's, so they represent only a 16-bit value if taken token together: 000000: 3400 retlw 0 =20 000001: 3400 retlw 0 --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .