I\'m trying to write a code that would merge two arrays:
arr1 db 2,2,3,8 arr2 db 3,5,8,0 arr3 db 0,0,0,0,0,0,0,0
into a new array, so I figur