[Community Puzzle] Sign (programming) language - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Cakeisalie5,validated by @ManuelJ,@DeanTheMachine and @TBali.
If you have any issues, feel free to ping them.

1 Like
  • It is unclear that NOP should also be counted as an instruction…

I suggest change the ordering of NOP with ADD INST COUNT

  • Also, the output should mention final register value instead of result for more clarity

NOP is still an instruction, even if it doesn’t do anything, and nothing in the statement suggests that there are specific instructions that shouldn’t be counted except $ itself :sweat_smile:

That said, I agree that placing NOP earlier makes things clearer, so I’ve updated the order and edited the output description as well.

2 Likes