There are two arrays "arr1" and "arr2," each with three bytes of data. Write an assembly language code segment to swap the contents of the two arrays. For example if arr1 and arr2 initially contain characters "abc" and "123" respectively, then after executing the code, they should contain "123" and "abc" respectively.