marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Implement STREQ instruction #116

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Bytecode definition has an operation code reserved for STREQ instruction but the CPU does not implement it.

marekjm commented 8 years ago

This will be implemented as a method of String type.