-
Notifications
You must be signed in to change notification settings - Fork 4
Simulator
Darren Kulp edited this page Dec 17, 2011
·
11 revisions
The Tenor simulator (tsim.c
) simulates the Tenor machine, reading output files produced by the assembler.
tsim --help
produces the following usage description :
Usage:
./tsim [ OPTIONS ] imagefile
-a, --address=N load instructions into memory at word address N
-s, --start=N start execution at word address N
-f, --format=F select input format ('binary' or 'text')
-v, --verbose increase verbosity of output
-h, --help display this message
-V, --version print the string 'tsim version 1906f89'
where the version number is of course subject to change (in this example it refers to commit 1906f89).