8sa1-gcc/gcc/config/msp430
2021-01-04 10:26:59 +01:00
..
constraints.md Update copyright years. 2021-01-04 10:26:59 +01:00
driver-msp430.c Update copyright years. 2021-01-04 10:26:59 +01:00
msp430-c.c Update copyright years. 2021-01-04 10:26:59 +01:00
msp430-devices.c Update copyright years. 2021-01-04 10:26:59 +01:00
msp430-devices.h Update copyright years. 2021-01-04 10:26:59 +01:00
msp430-modes.def
msp430-opts.h Update copyright years. 2021-01-04 10:26:59 +01:00
msp430-protos.h Update copyright years. 2021-01-04 10:26:59 +01:00
msp430.c Update copyright years. 2021-01-04 10:26:59 +01:00
msp430.h Update copyright years. 2021-01-04 10:26:59 +01:00
msp430.md Update copyright years. 2021-01-04 10:26:59 +01:00
msp430.opt opts: Remove all usages of Report keyword. 2020-12-16 12:44:19 +01:00
predicates.md Update copyright years. 2021-01-04 10:26:59 +01:00
README.txt
t-msp430 Update copyright years. 2021-01-04 10:26:59 +01:00

Random Notes
------------

The MSP430 port does not use leading underscores.  However, the
assembler has no way of differentiating between, for example, register
R12 and symbol R12.  So, if you do "int r12;" in your C program, you
may get an assembler error, and will certainly have runtime problems.