tenyr is an aspiring 32-bit toy computing environment, which hopes to one day provide an architecture description, a synthesisable HDL implementation of that architecture, an assembler, a compiler, an operating system, and other tools to run in this environment. So far, the [dis]assembler and a functional architectural simulator exist, and a Verilog implementation is underway. Expect fits and starts ; this is a project undertaken for my own enjoyment, and as such it makes no promises. If you have fun with it, though, I'd love to hear about it !
GCC (for some gnu99-specific code) ; otherwise none outside the standard C library, I hope.
On Linux and Mac OS X with GCC, just run "make" ; on other systems, cross your fingers, then run "make".
Copyright (c) 2011 Darren Kulp
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Darren Kulp (darren@kulp.ch)
Darren Kulp (darren@kulp.ch)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/kulp/tenyr