Project

General

Profile

Обзор работы с моделью

Страница в разработке

Работа с моделью на данный момент осуществляется из командной строки, в дальнейшем будет использоваться для всего проекта среда Eclipse или Netbeans.
Рассмотрим параметры запуска модели.

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.

Система команд(Instruction Set Architecture)