Hi,

I cvs'ed the current version of btx by "cvs co btx" and tried to build it on 
my FBSD-4.0 box and here is what I got:

   bash-2.04$ /usr/bin/make
   ===> btx
   (cd /usr/home/wgshi/tmp/btx/btx; m4  btx.s) |  as  --defsym BTX_FLAGS=0x0 
-o btx.o
   {standard input}: Assembler messages:
   {standard input}:126: Error: suffix or operands invalid for `mov'
   {standard input}:532: Warning: stand-alone `data16' prefix
   {standard input}:549: Warning: stand-alone `data16' prefix
   {standard input}:940: Error: suffix or operands invalid for `mov'
   *** Error code 1

   bash-2.04$ as --version
   GNU assembler 2.11
   ...

Looking at the m4'ed code I've got:

    126       mov $(MEM_ORG-MEM_IDT)/2,%cx    # Words to zero
    532       data16                          # 16-bit
    549       data16                          # 16-bit
    940       movw $(SCR_ROW-1)*SCR_COL/2,%cx # Words to move

What should I do?

Thanks
Weiguang

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to