Find Maximum ============ Finds the maximum value in an array. .. literalinclude:: ../../examples/find_max.asm :language: asm :linenos: Demonstrates comparison operations and conditional logic.