Hacker News new | ask | show | jobs
by tekknolagi 4345 days ago
What kinds of files look missing? I'm curious.

What is a 0 operand VM? I'd love to see it!

2 comments

Using only PUSH and POP I think. i.e a stack machine.

also, OP, your code looks great.

Yeah, a stack machine. https://github.com/dsturnbull/stack_cpu

What I mean by missing files is that it's so clean that at first glance it didn't look like the whole deal :)

Oh well thanks — that's quite a compliment.

This is pretty cool!

Oh interesting. That sounds... complicated.

Thanks! It's my first big C project that isn't hideous :D

Just for anyone looking for more information: http://en.wikipedia.org/wiki/Instruction_set#Number_of_opera...
Awesome!