comp_freak
Member level 1
PIC assembly library
I am using PIC16f877 for my project, previously i was used to assembly coding with motorola mcu,
however two do airthmatic operations add,sub for 16 bit number i usually do by two step
1) first do operation on lower byte, store the result
2) than do operation on upper byte, and store the result
however, one of expert told me for pic there exit libraries,which u can be used..according to him there should be a arithmatic library where all this airthmatic and logical expression for various bit such as 16,32 bits should be available.. if any of you knw where that library is located and how to use it..
i am really frustrated cuz i did about 1hr searchin on microchip website i couldnt find it. i knw library exists for C code,, but i have no clue about assembly language library .. some1 pls knw this stuff just give me some idea.. where to get that library
I am using PIC16f877 for my project, previously i was used to assembly coding with motorola mcu,
however two do airthmatic operations add,sub for 16 bit number i usually do by two step
1) first do operation on lower byte, store the result
2) than do operation on upper byte, and store the result
however, one of expert told me for pic there exit libraries,which u can be used..according to him there should be a arithmatic library where all this airthmatic and logical expression for various bit such as 16,32 bits should be available.. if any of you knw where that library is located and how to use it..
i am really frustrated cuz i did about 1hr searchin on microchip website i couldnt find it. i knw library exists for C code,, but i have no clue about assembly language library .. some1 pls knw this stuff just give me some idea.. where to get that library