Hi, i've got assembler code for iar and tried to compile with mspgcc but i can't port some lines:
ASEG 0FC00h ; for start address 0xfc00 mov.b #80h,&BCSCTL2 ; MCLK=DCOCLK/1, SMCLK=DCOCLK/1 mov #Calibr-$-6,R5 ; see below: Calibr: clr R12 ; TimerA clear and start count up Any ideas? By the way: In the listing file i can see that compilation places a nop after every dint. In a c file there is no need to set a nop after a dint. Rolf