User Tools

Site Tools


how_to_mix_c_and_asm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
how_to_mix_c_and_asm [2008/09/10 17:31] – code plugin disappearance is killing me :/ audiocommanderhow_to_mix_c_and_asm [2008/09/29 12:27] (current) wackazong
Line 4: Line 4:
 You might have to declare some additional variables, but the concept is quite straightforward. You might have to declare some additional variables, but the concept is quite straightforward.
  
 +Do not forget to include the header file of your processor from the SDCC header files, or variables like PRODL will not be defined: e.g. #include <pic18f4685.h>
  
 <code c> <code c>
how_to_mix_c_and_asm.1221067904.txt.gz · Last modified: 2008/09/29 12:27 (external edit)