blob: e7343cfcaf1728bf85a1b830cd3c89e3dcd2b504 (
plain)
1
2
3
4
5
6
7
|
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.
|