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
There are some differences for the comments between intel and att modes (see below)
Intel
AT&T
I have also found some problems in coloring in att mode.
For example
mov $0,%rax
will not color the 0 (it seems to work properly with other values)
see the last line on the picture.
As for theming, I don't know how are handled the $ for integers and the % for registers. I didn't see anything for the prefix % but I don't know where to look in the sources.
I would be nice to have a special color for the register prefix in theming, but maybe I should create a feature request for this?
Regards,
The text was updated successfully, but these errors were encountered:
Description
There are some differences for the comments between intel and att modes (see below)
Intel
AT&T
I have also found some problems in coloring in att mode.
For example
mov $0,%rax
will not color the 0 (it seems to work properly with other values)
see the last line on the picture.
As for theming, I don't know how are handled the
$
for integers and the%
for registers. I didn't see anything for the prefix % but I don't know where to look in the sources.I would be nice to have a special color for the register prefix in theming, but maybe I should create a feature request for this?
Regards,
The text was updated successfully, but these errors were encountered: