Hacker News new | ask | show | jobs
by xuejie 2378 days ago
Any chance you can elaborate the reasons for staying away from Intel syntax?
2 comments

Not OP, but I think it is like indentation styles: you learn it one way, then everything else feels weird and ugly.
Mainly because the assembler I knew I had on my computer was the GNU assembler and it uses that syntax. I did quickly try the .intel_syntax directive but it was just easier to change it around as the code was so short.

Most of my assembler experience is with 6502 or ARM.