Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Hello! I want to know on how to convert files like JPEG to .PRN. Please help me. Anyone who is familiar on how printer drivers work. Thanks! | |
Re: This is how I reversed the string. However, I used another variable. [code] lea si, string1 lea di, string2 + lstring - 1 mov cx, lstring ; Load length of string invertStr: mov al, [si] mov es:[di],al dec di inc si loop invertStr [/code] |
The End.