.model large .code public reverseword_ reverseword_: xchg ah,al retf public reversedword_ reversedword_: xchg dh,dl xchg ah,al xchg dx,ax retf end