create a program that usesIA-32 assembly language. It converts integers in the array X to its hex string ad save its to array Y in the respictive locations.
How will I go to do this. I can't use Irvine .32. I'm guessing the output has to be {14, ?, 32, ?}
Lets say we have this data
.data
X sword 20,-20,50,-50
Y byte 4 dup(4 dup(?))