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

Fix Memory for method starts #66

Closed YasinKavuk closed 1 year ago

YasinKavuk commented 1 year ago

When a method(also main-method) is read in the parser the, we have to write the number of parameters for this method in 2 byte and after that the number of local variables that this method has, also in 2 bytes.