I’m very new to assembly and having difficulties in getting basic calculations to work with different length numbers. So this is my adding code, that works with numbers that are 3 or less characters long. for as long as both are the same length. for example 123 + 123 works just fine and outputs 246. But 12 + 123 does