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

Subversion Repositories vtach

[/] [vtach/] [trunk/] [asm/] [mem2mon] - Rev 2

Compare with Previous | Blame | View Log

#!/usr/bin/awk -f 
# Script to convert .mem output (-v) from axasm
# to a script you can play back to the monitor via a terminal program

/@/ {
    add=substr($1,2)
    printf ("f %s \n",add);
    $1="";
    }

{
    for (i=1;i<=NF;i++)
        print $i
}

END {
    printf "\033"   
    }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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