I have this problem, I can't use the disassemble instruction in gdb running the gdb stub in Bochs. First I set the architecture:
Code: Select all
set architecture i8086
Code: Select all
target remote localhost:1234
Code: Select all
b *0x7c00
Code: Select all
disassemble 0x7c00 0x7c0f
I get:
Code: Select all
A syntax error in expression, near `0x7c0f'.