Page 1 of 1

Hacker VM Broken

Posted: Mon Feb 08, 2010 1:32 pm
by laz0r
When trying to execute the basic commands (including the examples) it returns an error. Am I doing something wrong or does it not work for everyone?

Posted: Mon Feb 08, 2010 3:43 pm
by CodeX
Your doing it wrong, you should read through the description again and look at the examples again, instead of things like p 4*5 to print 20 its 45*p as its a stack based machine (like the JVM) and not exactly a programming language.