Sunday, April 9, 2017

The Architecture is Crap

Where would I be without the forum - thanks to some geniuses out there, I see how naive I was in implementing call XYZ as jump to XYZ.

Then I realized that they've got it wrong - the implementation of the translator - when you see how hard it is for your own program to insert vm commands.

It would have been nice to have a function that does translate_command and then you can just call it with "call abc" and dump the resulting assembly language code.

No comments:

Post a Comment