visUAL loop code c++ to assembly
Budget: $10 – $30 USD
hello.
I need c++ assembly expert who can use visUAL software.
the task is:
1) read characters (i.e., ‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’, ‘I’, ‘J’, ‘K’, ‘L’) given at address “src”,
2) change them to the corresponding lower-cased characters, and
3)store them at address “dst”.
src DCB 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 0 ;vector declared size and letters?
dst DCB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
I have some codes, thanks.
I need c++ assembly expert who can use visUAL software.
the task is:
1) read characters (i.e., ‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’, ‘I’, ‘J’, ‘K’, ‘L’) given at address “src”,
2) change them to the corresponding lower-cased characters, and
3)store them at address “dst”.
src DCB 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 0 ;vector declared size and letters?
dst DCB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
I have some codes, thanks.