Subject: Re: NetBSD current kernel compilationproblem II
To: Nick Brok <nick@stack.nl>
From: Jeremy Cooper <jeremy@broder.com>
List: port-sun3
Date: 03/30/1997 13:09:26
On Sat, 29 Mar 1997, Nick Brok wrote:
> locore.s:203: Error: "instruction/operands mismatch" -- Statement 'pmove a0@,tt0' ignored
> locore.s:242: Error: "instruction/operands mismatch" -- Statement 'pmove sp@,tt0' ignored
>
> It seems to me that as don't know anything about the register (???) tt0....
> How can i Solve this?
This is a very interesting problem, but not unsolvable. Can you tell me
what version of ``as'' you are using? (as -v) In the meantime:
Original Replace with
------- -----------
pmove a0@,tt0 .long #0xf0100800
pmove sp@,tt0 .long #0xf0170800
-J