Reverse a string in ASM
Below code is the program to reverse a string in assembly language. ;REVERSE STRING NAME “REVERSE” ORG 100H JMP START STRING1 DB ‘EGAUGNAL YLBMESSA’
Below code is the program to reverse a string in assembly language. ;REVERSE STRING NAME “REVERSE” ORG 100H JMP START STRING1 DB ‘EGAUGNAL YLBMESSA’