Help for this page

Select Code to Download


  1. or download this
    Selecting sproc1 CPU
    (Press Enter Here)
    sproc1>loadprg a.out (On prompt gave loadprg command)
    ...
    
    0x74010::    0x00000000    
    sproc1>quit
    
  2. or download this
    Selecting sproc1 CPU
    
    
    ...
    Buffer Empty = 32
    Buffer Empty = 28
    SWBKPT hit for SLOT 1..!!  PC-Value : 0x124     Blk Count = 1  Cycles 
    +: 332
    
  3. or download this
    use Expect;
    
    chdir '/home/...some place.....' or die "Can't change directory : $!";
    ...
    $expect->send("dump mem 74010 4 \n");
    $expect->expect("sproc1>");
    $expect->send("\n");
    
  4. or download this
    #!/bin/sh
    #!/usr/bin/expect
    
    ...
    #puts $file "$expect_out(buffer)"
    expect eof
    '