Skip to content

v2.0.0-beta145

Compare
Choose a tag to compare
@pachanga pachanga released this 20 Sep 13:59
· 84 commits to master since this release

Improvements

  • Unifying addressing and lookup of 'native' and 'userland' functions
  • Getting rid of Opcodes.ExitFrame opcode, replacing it with a special ip address VM.EXIT_FRAME_IP
  • Opcode.Return now is emitted always to mark the end of Frame
  • Adding Opcodes.Nop opcode which does nothing