- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif Hi,
I'm trying to debug assembler code, but the debugger never jumps into the asm code like it does with c code. It just ignores the breakpoint set on the asm line. How do I write asm code to "convince" the compiler/assembler to add debug code?Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by david_cai@Dec 14 2005, 02:12 AM http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/sad.gif hi,
i'm trying to debug assembler code, but the debugger never jumps into the asm code like it does with c code.
it just ignores the breakpoint set on the asm line.
how do i write asm code to "convince" the compiler/assembler to add debug code?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11528)
--- quote end ---
--- Quote End --- When in the debugger, select the disassembly mode (icon). Then when calling your assembler routine, you can "step into" the that code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, everybody
I can step into asm rountine. But how can I run into asm rountine? I set a breakpoint in asm code, then run the program, but it can't stop at the breakpoint. Anyone help?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello :
i am new ! i don't know how to set a breakpoint,anyone can help me?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi wbqyy,
You can set a breakpoint at the line by double click at the left edge space of them.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, everybody
I can step into asm rountine. But how can I run into asm rountine? I set a breakpoint in asm code, then run the program, but it can't stop at the breakpoint. Anyone help?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page