You are currently viewing the BOOK: Professional Assembly Language section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Assembly language has different style under linux from unix(AIX)?
if compiling cpuid.s under OS AIX, there are some error, why?
i check the release of the as, but not catch anything.
are their style different, really?
if compiling cpuid.s under OS AIX, there are some error, why?
i check the release of the as, but not catch anything.
are their style different, really?
AIX does NOT use int $0x80 - only Linux uses that - it is the same as INT 21h under Windows. They are o/s specific.