# named .gdbinit, made a link 'gdb.ini' so you know it's here... # always insert a NOP as first instruction so this following line works break *start+1 printf "To advance one FORTH word, type 'n'\n" printf "To advance one machine instruction, type 'si'\n" printf "To advance one instruction but go through a subroutine call: 'ni'\n" display/i $pc display/x $esp display/x $ebp display/x $edi display/x $esi display/x $edx display/x $ecx display/x $ebx display/x $eax run