Skip to main content
wang_cj
Associate
July 22, 2004
Question

ST92F124

  • July 22, 2004
  • 2 replies
  • 676 views
Posted on July 22, 2004 at 12:25

ST92F124

This topic has been closed for replies.

2 replies

wang_cj
wang_cjAuthor
Associate
May 17, 2011
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
May 17, 2011
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