A simple x86 NASM assembly program that takes a 2-character string from the user, swaps the characters directly in memory, and prints the modified result. This program demonstrates low-level string ...