Help for this page

Select Code to Download


  1. or download this
    mask No. ,  block,  size,  base addr (hex), end addr (hex)--about 20 h
    +eader names
    fpg23, b002, 16384, 60000,  63FFF
    ...
    fpg23, b003, 4, F00000, F00004
    fpg23, b003, 8, F00000, F00008
    --so on for a variable amount of lines
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
        printf "Base Address: %s\n", $row->{"Base Addr. (Hex)"};
    }
    close $fh;