I am having trouble with the HVM challenges because I can't figure out how to get the initial values to be included. I always get the stack underflow error. I know that my code is right, for I have tested it by embedding the numbers in the code, but I can't get my solution to work in JS, Python, or the actual challenge page. Could someone please tell me how you initialize the memory cells?
Thank you,
ratlover32
King Rat and HVM problem
let's say your program is
you put the initial memory as:
and the program will print 3.
does that help?
adum
Code: Select all
0<1<+p
Code: Select all
1,2
does that help?
adum
-
- Posts: 3
- Joined: Sat Jun 28, 2008 1:10 pm