Live data from Hacker News

Ask HN: Looking for a stack-based VM that can run a simple instruction set

news.ycombinator.com

1–2 of 2 posts

Ask HN: Looking for a stack-based VM that can run a simple instruction set

#1
As a teaching assistant, I'm looking for a suitable stack-based VM that can run a relatively simple instruction set (I haven't got a particular instruction set in mind yet, but I've been considering RISC).

The purpose is demonstration of how programs can be created solely from opcodes (and then run into a stack-based VM).