Chaoji Li > Hardware-Simulator-MIX-0.5 > Command

Download:
Hardware-Simulator-MIX-0.5.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Command line tool for running MIX programs using Hardware::Simulator::MIX

SYNOPSIS ^

    perl mixsim.pl primes.crd
    perldoc mixsim.pl

OPTIONS ^

    --bytesize=<integer>    between 64 and 100
    --cardreader=<file>     if not specified, use the file specified in arguments
    --cardpunch=<file>
    --printer=<file>
    --tape0=<file>
    --tape1=<file>
    ...
    --tape7=<file>
    --disk0=<file>
    --disk1=<file>
    ...
    --disk7=<file>
    --batch            Run without console
    --help

DESCRIPTION ^

The tools has basic debugging utilities. Like view memory (d), unassemble(u), toggling break points(b), step(s), run to location(g), view machine status(r, for registers).

Commands