jserv / full-stack-hello

minimal instruction set and assembler/compiler for "Hello World" execution
Other
114 stars 49 forks source link

Refactor opcode with eval loop #5

Closed mlouielu closed 7 years ago

mlouielu commented 7 years ago

Remove opcode labels, using opcode.h to manage exist opcode. Refactor VM eval loop for new opcode method.