Mail Archives: djgpp/1997/10/01/21:17:02
Nate Eldredge <eldredge AT ap DOT net> wrote in article
<199709300122 DOT SAA21015 AT adit DOT ap DOT net>...
> The assembler barfs
> when you compile fullscr.c.
> it gives this error message:
>
> Error: register does not match opcode suffix
From my notes about rebuilding stuff (the pgcc readme file)
Andrew
Full Screen Debugger - This has a bug in the source code. In fullscr.c,
change the line (~399) like this
xorl %%al,%%al
to be an xorb instead. Thanks to Bill C for pointing this out.
- Raw text -