cancel
Showing results for 
Search instead for 
Did you mean: 

ST92F124

wang_cj
Associate
Posted on July 22, 2004 at 12:25

ST92F124

2 REPLIES 2
wang_cj
Associate
Posted on May 17, 2011 at 11:36

what documents to setup under ST9 if I want to program in absolute assemble language ? Pls can you give a example , i use st92f124 COM chip

kapil
Associate II
Posted on May 17, 2011 at 11:36

you can do it in .c file and use asm('' '') like

asm('' ld r0,#004h

delay: djnz r0,delay'');

anothe way is to write all your asembbly code in .spp file and include in make file just like crtbegin.spp