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

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /light8080/trunk/tools
    from Rev 88 to Rev 90
    Reverse comparison

Rev 88 → Rev 90

/c80/c80.exe Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/c80/c80.c
1631,7 → 1631,7
 
q = n/10;
if(q) outint(q);
outbyte('0'-(n-q*10));
outbyte('0'+(n-q*10));
/* end outint */}
 
/* return the length of a string */

powered by: WebSVN 2.1.0

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