https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81641
LIU Hao <lh_mouse at 126 dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lh_mouse at 126 dot com
--- Comment #8 from LIU Hao <lh_mouse at 126 dot com> ---
Hello, is there a reason why we use a `ds:` prefix, instead of putting the
displacement in brackets?
mov eax, DWORD PTR ds:16 // we have this one,
mov eax, DWORD PTR [16] // but why not this?
