Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 301 Bytes

stew

Simple instruction set simulator

This is a very simple instruction simulator, intended for learning how to write a backend for LLVM.

The name is an inside joke with a good friend...

Inspiration for the architecture is taken from the PDP-11 instruction set, but we will use 32-bit registers.