how to convert an integer to a string asm code example Example: integer to stringc int someInt = 368; char str[12]; sprintf(str, "%d", someInt);