munta icon indicating copy to clipboard operation
munta copied to clipboard

Support for STORE

Open wimmers opened this issue 8 years ago • 0 comments

The UPPAAL bytecode seems to support a STORE instruction, which puts a value into a register but specifies both arguments on the stack. This is problematic because it interferes with the current approach to rename registers to a fixed range. To support this instruction, we would need to explicitly add this renumbering to the semantics.

wimmers avatar Jun 20 '17 08:06 wimmers