ST92F124
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-07-22 3:25 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:36 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:36 AM
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