JStack

JStack is a Java based stack machine emulator that would probably go nicely with this course at Kent. It's pretty simple to use although you will need to compile it yourself.

Compile using "javac -cp . *.java" and run using "java -cp . StackMachine text.file" where text.file is a textfile containing stack machine instructions

Now that you've read all that, click here to download JStack :)

JStack is liscenced under the GPL

Supported instructions:

Valid XHTML 1.0 StrictValid CSS!