Project

General

Profile

Model

Soft model for multicellular processor now using under cmd terminal, in early future development environment will based on Eclipse or Netbeans.
Model have next parameters:

C:\MultiClet\SDK\bin>mc-model --help
mc-model [options]
Options:
-inst-raw
    Binary representation of instructions.
-inst-render
    Rendered view instructions.
-inst-asm
    The textual representation of the instructions.
-inst-strange
    Print values of switchboard and arguments.
-dump-addr
    Print the address line dump.
-dump-raw
    Print the raw view of data.
-dump-symbol
    Print the symbolic view of data.
-dump-byte
    Print data values as .byte.
-dump-short
    Print data values as .shot.
-dump-long
    Print data values as .long.
-dump-quad
    Print data values as .quad.
-dump-length dec_digits
    Set the length of the data line.
-dump-from 0xhex_digits | dec_digits
    Set the start address.
-dump-to 0xhex_digits | dec_digits
    Set the end address.
-dump-file path_to_file
    Set the dump's file name.