Useless instructions: Difference between revisions

Content added Content deleted
m (don't include NOPs)
Line 4: Line 4:


Showcase an instruction or function built into the language, that is made redundant by another instruction also built into the language. It can be limited to a specific way that function is used, e.g. printing a null string, but try not to make it that obvious.
Showcase an instruction or function built into the language, that is made redundant by another instruction also built into the language. It can be limited to a specific way that function is used, e.g. printing a null string, but try not to make it that obvious.

<code>NOP</code> and any instructions or functions that are intended to do nothing do not count.


<br><br>
<br><br>