asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Decompiler dumps negative numbers incorrectly. #196

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

Decompiling db #$06 yields L00: pop8 $ffffffe1 ; relative -31. The negative integer trips off the decompiler.

MLanghof commented 7 years ago

Fixed by #198.