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

constants for method positions #67

Closed YasinKavuk closed 1 year ago

YasinKavuk commented 1 year ago

We need constants that contain the place where this method starts as a value. This constant is than used as a operand when this method is invoked with 'INVOKEVIRTUAL'. Right now it works with dictionaries and we want to change it to work with constants.