In some example code written in Intel syntax there was a line that said [org 0x7c00]
. I couldn’t seem to figure out how to get this to work with AT&T syntax and couldn’t find it online.
Also, I found a line that had $$
(this might not be considered an assembler directive). From what I could tell, this references the beginning of the binary(?) I can’t seem to find the AT&T equivalent of this either.
To ask a broader question. What is a good way to find AT&T equivalents to (obscure?) Intel statements?