PJRC.COM Offline Archive, February 07, 2004 Visit this page on the live site |
| ||
Shopping Cart Checkout Shipping Cost Download Website |
Home | MP3 Player | 8051 Tools | All Projects | PJRC Store | Site Map |
You are here: 8051 Tools Software Linux AS31/SDCC | Search PJRC |
AS31 AssemblerTODO: clean this up, use nice html
1: Download AS31 Source Code 2: Unpack the archive tar -xvzf as31_beta3.tar.gz cd as31 3: Build the code make 4: Run Tests (optional) cd tests ../as31 paulmon1.asm ../as31 paulmon2.asm ../as31 extra.asm diff paulmon1.hex paulmon1.ref diff paulmon2.hex paulmon2.ref diff extra.hex extra.ref 5: Copy Executables su cp as31 as31_gtk /usr/local/bin
SDCC C Compiler
1: Download SDCC Source Code 2: Unpack the archive tar -xvzf sdcc230-pj1.tar.gz cd sdcc 3: Configure the code ./configure 4: Build the code make 5: Install Executables and C libraries su make install |