<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 20, 2012, at 11:12 PM, Thomson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font face="verdana,sans-serif">I saw some LLVM generated assembly in NASM format, but did find this support in the official release. Is this supported?<br clear="all"></font></blockquote>I have no idea where people get this silly notion that Intel syntax is the same as Netwide* syntax. They are NOT the same. They are similar, but not the same.</div><div><br></div><div>LLVM does not support the Netwide syntax. (There was talk of it, but nothing ever came of it--so far, at least) It does, however, support the Intel syntax... sort of. Specifically, it supports the GNU variant of it (where the actual instructions use Intel syntax, but pseudo-ops use GNU syntax--'.byte' instead of 'DB', for example).</div><div><br></div><div>* That's what the 'N' in "NASM' stands for.</div><div><br></div><div>Chip</div></body></html>