You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See Peter Cordes' comment on Stack Overflow:
https://stackoverflow.com/questions/173618/is-there-a-portable-equivalent-to-debugbreak-debugbreak/49079078#comment112451699_49079078
> For x86 (including x86-64) GAS syntax, it's better to write `int3` to
> make it explicit that you want the special case debug-break
> instruction, one byte `CC` not `CD 03`, for the rare cases where that
> matter (code size, and v8086 mode).
> (felixcloutier.com/x86/intn:into:int3:int1). With NASM they actually
> assemble differently, GAS optimizes both to int3.
0 commit comments