Introduction - If you have any usage issues, please Google them yourself
The sourcecode of TinyCPU, which only consumed very few logical cells, written by Verilog. It is a Quartus project, and it can run well on Altera MAXII CPLD, and it is conveniently change to other FPGAs. The CPU used 200 Logical Cells, and the device (peripherals such as SPI, LCD) used 180 Logical Cells.
It also included a assembler source code (by VC2008), which can compile the asm file for the CPU.