Bochs magic breakpoint
Posted: Mon Jan 30, 2012 4:06 pm
I'm trying to use the magic breakpoint feature of bochs.
So i added in my code the following instruction:
but when i try to compile it, i receive the following error:
Thanks
So i added in my code the following instruction:
Code: Select all
asm("xchg bx, bx")
Any idea?Assembler message:
Error: Too many memory references for 'xchg'
Thanks