Name Date Size #Lines LOC

..--

README.txtH A D09-Jul-2024301 86

constraints.mdH A D09-Jul-20243.4 KiB10486

driver-msp430.cH A D09-Jul-20245.3 KiB178119

msp430-c.cH A D09-Jul-20241.1 KiB3814

msp430-devices.cH A D09-Jul-202432.8 KiB1,111971

msp430-devices.hH A D09-Jul-20241.3 KiB3410

msp430-modes.defH A D09-Jul-202471 53

msp430-opts.hH A D09-Jul-20241.1 KiB4118

msp430-protos.hH A D09-Jul-20242.2 KiB5532

msp430.cH A D09-Jul-2024102.2 KiB3,7662,730

msp430.hH A D09-Jul-202416.6 KiB524321

msp430.mdH A D09-Jul-202452.6 KiB1,7401,558

msp430.optH A D09-Jul-20243.5 KiB11281

predicates.mdH A D09-Jul-20244.8 KiB125104

t-msp430H A D09-Jul-20242.2 KiB5443

README.txt

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