如何在gdb中调用下一个程序集?

com*_*ler 1 assembly gdb

在gdb中,如果我键入n,将运行下一个c语句.

但是如何指示它运行下一个汇编语句?

Mil*_*lan 5

通过键入nexti(ni)和stepi(si)而不是next(n)和step(s).