Hi, > > ASEG 0FC00h ; for start address 0xfc00 > > do you realy need to set it on an absolute address?
Yes, it's for writing a function to where the reset vector points to during an update. > otherwise try that: > http://sources.redhat.com/binutils/docs-2.15/as/Org.html#Org Can you give me an example? > > 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 > > does "$" work? if not: > http://sources.redhat.com/binutils/docs-2.15/as/Dot.html#Dot It's hard to understand. Can you give me an example? Rolf