Contents of file "gdb-x"

break *_start+5
printf "To advance one FORTH word, type 'n'\n"
printf "To advance one machine instruction, type '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