[Community Puzzle] MiniCPU Instruction Decoder - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @YALOKGAR,validated by @User123,@Cakeisalie5 and @field3.
If you have any issues, feel free to ping them.

For some reason I fail the Complex Calculation validator, which makes no sense. Should I be error handling for instructions outside of the given instructions? Also, should I be worried that V might be greater than 0xFF? Otherwise, my program should work just fine.

You can send me (in private) your script/code, I’ll look what’s happening.

I think the problem is not clear at all.

For everyone struggling with Complex Calculation validator, please, make sure that your overflow logic accounts for the possibility of multiple overflows (e.g. 260 overflows to 4, but so does 516, 772 or 1028; same goes for underflows)