I am new to LEGv8 and am trying to learn the syntax. However I am stuck on determining whether a string with a known length (that I calculated and stored in x2) is the same as another string with the same length. If I have one string in register x3 and another in register x4, how would I go about recursively comparing the two strings?
Thanks in advance for the help!