I am writing assembly-level optimized code, and I need to make sure that the C++ compiler is working with it correctly in Release-Mode.
I used to be able to get Rele
These used to be methods of causing breakponts:
_asm { int 3 }
or
_asm { _emit 0xcc }
or was it
_emit 0xcc
I'm not sure of the syntax (it's been a while) but hopefully something can be made of it.