smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Bugfix/ls24003505/move and movel with boolean type #578

Closed davidepalladino-apuliasoft closed 3 months ago

davidepalladino-apuliasoft commented 3 months ago

Description

This work adds the capability to use MOVE and MOVEL when the result is an indicator. It is assumed that for blank or decimal value as Factor 2, the final value considered will be 0. There are these atomic tests: MU101016, MU101017, MU101018 and MU101019. Other additional test are provided.

Related to #LS24003505

Checklist: