Hacker News new | ask | show | jobs
by chewxy 4345 days ago
Using only PUSH and POP I think. i.e a stack machine.

also, OP, your code looks great.

2 comments

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