Forum: Assembly Apr 15th, 2005 |
| Replies: 1 Views: 3,113 hi guys
i can replace each symbol * in string to E by using LODSB but i want do that using SCASB
------------------------------------------------------
STACKSEG SEGMENT
... |
Forum: Assembly Apr 14th, 2005 |
| Replies: 1 Views: 3,113 Hi guys
I want to write program in assembly language to read string from user and replace each symbol * in string to E but i do not know how i can replace * to E after read string>>>Iam begginer in... |