vs-ude / mic-1-toolbox

Web-based MIC-1 emulator and toolbox
https://vs-ude.github.io/mic-1-toolbox/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

INVOKEVIRTUAL fix #65

Closed YasinKavuk closed 1 year ago

YasinKavuk commented 1 year ago

INVOKEVIRTUAL should just have displacement as a operand. Currently it also writes the number of the parameters for the invoked method into the memory. But this is not done here.