Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

VM instruction implementation without huge switch()?

Name: Anonymous 2014-06-09 23:26

How would one go about making a virtual machine without using a huge and clumsy switch( opcode ) statement?

The architecture I'm implementing (DCPU-16) has about 35-40 different instructions.

Name: Anonymous 2016-10-24 15:56

First we familiarize ourselves with https://en.wikipedia.org/wiki/Visitor_pattern and refactor the bindings into container classes which would be dependently injected in polymorphic virtual functions using the https://en.wikipedia.org/wiki/Command_pattern encapsulated inside safe AbstractFactory methods.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List