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

Subversion Repositories lattice6502

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /lattice6502
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/ghdl/asm2bin.pl
43,7 → 43,7
 
$a = 0;
# while ($a < ($len - 11)) {
while ($a < ($len - 11) and ($address > 64513)) {
while ($a < ($len - 11) and ($address > 64511)) {
$byte = substr($substring, $a, 2);
if ($n eq ($romsize - 1)) {
print (BINfile "X\"$byte\" ) ; \n");

powered by: WebSVN 2.1.0

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