Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to debug in ASM code
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 j...
Altera_Forum
Honored Contributor
20 years ago --- 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.