Search found 1 match

by kalms
Tue Sep 29, 2009 10:05 am
Forum: PS2 Development
Topic: How to deal with DIV/DIVU needs in ".set noat" cod
Replies: 10
Views: 5464

To sum up, if you do the following three operations: .set noat -- disallow assembler's own use of $at .set noreorder -- assembler will not reorder instructions .set nomacro -- disallow use of macro instructions ... then gas will interpret your code as-is and yell whenever you attempt to use any synt...