Em 27/3/2012 16:23, Wouter van Ooijen escreveu: > I want to combine C and assembler files using HiTech C (and the ASPIC=20 > assembler included in the compiler distribution), using MPLABX. All I=20 > get so far when a trivial assembler file > > PSECT text0 > MOVLW 1 > > is 'compiled' is a message that picc has crashed. > > Has anyone experience with this? maybe an example file? Create a C file with the "skeleton" of the routines that you want to write in ASM and compile it to assembly only. Use the generated assembly file as a base for your own code. Isaac --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .