Skip to content

Make Me Engineer

  • html
  • java
  • php
  • javascript
  • c#
  • math

intel-syntax

What does the dollar sign ($) mean in x86 assembly when calculating string lengths like “$ – label”? [duplicate]

In this case, the $ means the current address according to the assembler. $ – msg is the current address of the assembler minus the address of msg, which would be the length of the string.

Categories assembly Tags assembly, intel-syntax, x86 Leave a comment

How to set gcc or clang to use Intel syntax permanently for inline asm() statements?

Categories gcc Tags assembly, gcc, inline-assembly, intel-syntax, x86 Leave a comment

Distinguishing memory from constant in GNU as .intel_syntax

Categories assembly Tags assembly, gnu-assembler, intel-syntax, x86-64 Leave a comment

How do you use gcc to generate assembly code in Intel syntax?

Categories assembly Tags assembly, gcc, intel-syntax, x86 Leave a comment

A couple of questions about [base + index*scale + disp] and AT&T disp(base, index, scale)

Answer recommended by Intel

Categories assembly Tags addressing-mode, assembly, att, intel-syntax, x86 Leave a comment
  • How do I get a reference to the AppDelegate in Swift?
  • Run a java function after a specific number of seconds
  • How can I change the color of an ‘svg’ element?
  • Is there a “subgrid” feature, to position “grandchildren” of a grid container?
  • How do I read image data from a URL?
  • How can I write ‘a:hover’ in inline CSS?
  • How can one make a dictionary with duplicate keys in Python?
  • Share cookies between subdomain and domain
  • How can I install MinGW-w64 and MSYS2?
  • TypeError: ‘int’ object is not subscriptable – Trying To Create A Graph
© 2021 w3toppers.com