Addition and semicolon in assembly language

414 Views Asked by At

Can someone explain me what the semicolon do in ADD R1, R1; R2? I know that ADD, addition R1 and R2, and puts the value into R1. Does it do the same here? The first picture is the instruction set we are using. The second picture shows the IJVM architecture.

enter image description here

enter image description here

0

There are 0 best solutions below