A simple 32-bit computing environment
$ tas -ohello.to hello.tas
$ tld -ohello.texe hello.to puts.to
$ tsim hello.texe
hello, world !
tenyr is a 32-bit computing environment with focus on simplicity of design and implementation.
tenyr currently provides
shows progress on
and aspires to achieve
The novel tenyr architecture is a two's complement, 32-bit, single-core, modified Harvard architecture. It is intended that tenyr be useful as a didactic tool.
tenyr is made available under the MIT license, and is Copyright 2011-2012 Darren Kulp and contributors.