The problem was that the initialisation step tried to store an aggregate register into memory. The vm implementations however did not support aggregates (and Boolean) and silently ignored the storage instruction.
The VM has been updated to support storing aggregates. It should now also throw an exception when trying to store unsupported values
The problem was that the initialisation step tried to store an aggregate register into memory. The vm implementations however did not support aggregates (and Boolean) and silently ignored the storage instruction.
The VM has been updated to support storing aggregates. It should now also throw an exception when trying to store unsupported values