I am trying to learn Arduino programming in assembler, using as an Arduino UNO R3 board and based on the examples of this tutorial: link
I have managed to assemble and record the blink of the first example, which lights an LED connected to pin 13 of the board.
But I would be interested in being able to change the output pin, so instead of using pin 13, use another pin, such as 3.
How could that change?