Skip to content
Darren Kulp edited this page Aug 4, 2020 · 11 revisions

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).

SDL 2.0 sdlled and sdlvga recipes with bm_mults.texe

Clone this wiki locally