[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] brcs and brlo
From: |
Ben Mann |
Subject: |
[avr-gcc-list] brcs and brlo |
Date: |
Thu, 20 Jan 2005 17:47:27 +0800 |
Hi all,
Seems like a trivial question, but if I have an assembler (.S) file with the
lines
cpi r24, K
brlo LABEL
and compile with gcc it seems to compile to
cpi r24, K
brcs LABEL
The functions appear to be 100% equivalent, so I don't care, except that I
was not expecting this. Same occurs for brcc vs brsh.
Is this a feature?
Ben Mann
- [avr-gcc-list] brcs and brlo,
Ben Mann <=