Re: Is this a bug? Can do mov r0, #676
Daniel Jacobowitz wrote: > On Sat, Oct 01, 2005 at 11:27:38AM -0500, Jay Monkman wrote: > >>I'm using a cross assembler for ARM, running on x86, and seeing something >>weird. >> >>Here's the test program: >> >>foo: >> mov r0,
Is this a bug? Can do mov r0, #676
I'm using a cross assembler for ARM, running on x86, and seeing something weird. Here's the test program: foo: mov r0, #675 Assemble with this: arm-linux-as -o foo.o foo.S Here's what happens: arm-linux-as -o foo.o foo.s foo.s: Assembler messages: foo.s:0: Wa