simulator - kulp/tenyr GitHub Wiki
The tenyr simulator (tsim.c
) simulates the tenyr machine, reading .texe
files produced by the linker from .to
files produced by the assembler.
tsim --help
produces a usage description.
If tenyr is compiled with SDL 2.0 support (the default, unless SDL=0
is specified in the Make environment), the sdlvga
and sdlled
plugins will be available, and will produce something like the following display (command line tsim -vv -@plugins/sdl.rcp ex/bm_mults.texe
).