Devlog 002
I started to develop the virtual machine! It has no complete commands yet but it can pop and manipulate the stack as it wants. It can interpret the commands PUSH ADD PRINT and HALT.
I am going to suffer a little by handling all edge casesm such as trying to pop the stack even when it is already empty.
I’ll fix this later. As seen on the video, it can sum the numbers. I plan to add the Hello world example (it need to exist!) and adding more functions such as input taking, jumps and loops.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.