OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/lcc
    from Rev 35 to Rev 92
    Reverse comparison

Rev 35 → Rev 92

/etc/eco32-eos32.c
1,4 → 1,4
/* Code for ECO32 under Linux, University of Applied Sciences Giessen */
/* Code for ECO32 under EOS32, University of Applied Sciences Giessen */
 
#include <string.h>
 
79,7 → 79,7
ld[6] = ld[3];
ld[5] = ld[2];
ld[4] = ld[1];
ld[3] = "0xC0000000";
ld[3] = "0xC0010000";
ld[2] = "-rc";
ld[1] = "-h";
} else if (strcmp(arg, "-rom") == 0) {
/etc/eco32-linux.c
79,7 → 79,7
ld[6] = ld[3];
ld[5] = ld[2];
ld[4] = ld[1];
ld[3] = "0xC0000000";
ld[3] = "0xC0010000";
ld[2] = "-rc";
ld[1] = "-h";
} else if (strcmp(arg, "-rom") == 0) {
/etc/eco32-netbsd.c
79,7 → 79,7
ld[6] = ld[3];
ld[5] = ld[2];
ld[4] = ld[1];
ld[3] = "0xC0000000";
ld[3] = "0xC0010000";
ld[2] = "-rc";
ld[1] = "-h";
} else if (strcmp(arg, "-rom") == 0) {

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.