Good, I'm doing a work in assembley.
where I have to reverse the string using recursion:
Only by using the following commands:
- LOCO, Lodder, ADDD, SUBD, LODL, ADDL, subl, PUSH, POP, PSHI, POPI, CALL, Retn ...
trabid:. string "hello world"
main:
.
...
...
rec: # recursive function that I will reverse the string!
ps: I already have a print function that does the string, etc ...
Objective: To appear in the output "dlrow olleh"
someone help me? Thank-_ _