I never knew you could do that XD...so this basically tells you the difference between byte sizes..interestingI guess that:
Adding #4 makes sense now since the difference between words are #4, but what about this line:Code:adr r0, XandYCoords ldr r1, [r0] ldr r2, [r0,#4] str r1, [r0] str r2, [r0, #4]
Why only write .long 0x00000 (with five zeroes) and not 8?Code:XandYCoords: .long 0x00000, 0x00000