ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/config/msp430
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
README.txt 1 2024-04-01 23:19:46 +08:00
constraints.md 1 2024-04-01 23:19:46 +08:00
driver-msp430.c 1 2024-04-01 23:19:46 +08:00
msp430-c.c 1 2024-04-01 23:19:46 +08:00
msp430-devices.c 1 2024-04-01 23:19:46 +08:00
msp430-devices.h 1 2024-04-01 23:19:46 +08:00
msp430-modes.def 1 2024-04-01 23:19:46 +08:00
msp430-opts.h 1 2024-04-01 23:19:46 +08:00
msp430-protos.h 1 2024-04-01 23:19:46 +08:00
msp430.c 1 2024-04-01 23:19:46 +08:00
msp430.h 1 2024-04-01 23:19:46 +08:00
msp430.md 1 2024-04-01 23:19:46 +08:00
msp430.opt 1 2024-04-01 23:19:46 +08:00
predicates.md 1 2024-04-01 23:19:46 +08:00
t-msp430 1 2024-04-01 23:19:46 +08:00

README.txt

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.