Hi Dmitry

Is this what you wanted for the list.

Christo

MSP430xXXX : xx0x (1k rom, 128 ram)
MSP430xXXX : xx1 (2k rom, 128 ram)
MSP430xXXX : xx1x (2k rom, 128 ram)
MSP430xXXX : xx2 (4k rom, 256 ram)
MSP430xXXX : xx2x (4k rom, 256 ram)
MSP430xXXX : xx3 (8k rom, 256 ram)
MSP430xXXX : xx3x (8k rom, 256 ram)
MSP430xXXX : xx4 (12k rom, 512 ram)
MSP430xXXX : xx5 (16k rom, 512 ram)
MSP430xXXX : xx5x (16k rom, 512 ram)
MSP430xXXX : xx50 (16k rom, 256 ram)
MSP430xXXX : xx6 (24k rom, 1024 ram)
MSP430xXXX : xx60 (24k rom, 256 ram)
MSP430xXXX : xx7 (32k rom, 1024 ram)
MSP430xXXX : xx7x (32k rom, 1024 ram)
MSP430xXXX : xx70 (32k rom, 256 ram)
MSP430xXXX : xx8 (48k rom, 2048 ram)
MSP430xXXX : xx8x (48k rom, 2048 ram)
MSP430xXXX : xx9 (60k rom, 2048 ram)
MSP430xXXX : xx9x (60k rom, 2048 ram)

MSP430xXXX : 1610 (32k rom, 5120 ram)
MSP430xXXX : 1611 (48k rom, 10240 ram)
MSP430xXXX : 1612 (55k rom, 5120 ram)

-----Original Message-----
From: mspgcc-users-ad...@lists.sourceforge.net
[mailto:mspgcc-users-ad...@lists.sourceforge.net]on Behalf Of Dmitry
Sent: 31 August 2005 10:15 PM
To: mspgcc-users@lists.sourceforge.net
Subject: [Mspgcc-users] need help


Fellows,
Ok, now 4.01 compiles all libraries and its output seems to be reasonable.
However, since I changed some ABI I need some help with some library 
functions.
Otherwise the release process will take more time.

So, things to implement are:
1. Shifts for long long - left, right and logical right via libcalls:
        - the value to be shifted is passed to registers r15-r12 (little endian)
        - shift count in r11
    r11 can be clobbered. No other registers may be changed

2. Software multiplications will tell you more later... 

3. Also, I really appreciate if somebody write me a list of all devices in 
form:
        msp430xXXX : xxx1               (16k rom, 1k ram)
        msp430xXXX : xxx2               (32k rom, 2k ram)
        etc...

Thanks in advance,
~d


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to