Mail Archives: djgpp/1997/04/16/09:33:03
sams AT news DOT nbi DOT dk wrote:
>
> When attempting to compile bcserio.s I get the message
>
> serio.s: Assembler messages:
> serio.s:204: Error: register does not match opcode suffix
> serio.s:232: Error: register does not match opcode suffix
Is this a specific program that you're trying to compile? What package
is it part of? In any case, the error is exactly what it says it is.
The assembly code in the program contains an opcode whose size suffix
does not match the size of one or more of its arguments. Allegro 2.1
had a similar bug. The reason you're seeing it now is because the new
version of the assembler in DJGPP v2.01 is less permissive of such
errors.
--
John M. Aldrich <fighteer AT cs DOT com>
* Anything that happens, happens.
* Anything that, in happening, causes something else to happen,
causes something else to happen.
* Anything that, in happening, causes itself to happen again, happens
again.
* It doesn't necessarily do it in chronological order, though.
--- Douglas Adams
- Raw text -