Hacker News new | ask | show | jobs
by mappu 5011 days ago
Can i recommend adding -masm=intel to your gcc flags? I know AT&T syntax is the default for gcc and gas, but not why. Intel syntax seems clearer to read and is used by most assembly tutorials.
1 comments

OK I will let the user choose between both syntax