Date: Mon, 8 Feb 93 12:04:11 EST From: DJ Delorie To: dmb AT ai DOT mit DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Replacing timer interrupt under DGJPP >Oh, I see. Then is it at all possible to create 286 code with >DJ-gas? It's just that I'd like to be able to write real mode code >with it as well. No. gas produces 386 32-bit code only. Of course, since you have the sources you could always port it . . . >Also, it seems that MOV's are in src, dest order in GAS -- is that >correct? Perhaps I was just not looking at the code carefully enough... Correct. That is what's known as "Motorola Format", as compared to "Intel Format".