[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about MSP430 assembler compiler
From: |
Andreas Schwab |
Subject: |
Re: Question about MSP430 assembler compiler |
Date: |
Sat, 01 Nov 2014 09:54:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Eugene <address@hidden> writes:
> Loop: xor.b #0b01000001,&P1OUT
gas/config/tc-msp430.h defines NUMBERS_WITH_SUFFIX, so this is the
number 0 with trailing garbage (which isn't properly diagnosed). Use
01000001B instead.
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Question about MSP430 assembler compiler,
Andreas Schwab <=