Assembly load and execute issue
- by Jean Carlos Suárez Marranzini
I'm trying to develop Assembly code allowing me to load and execute(by input of the user) 2 other Assembly .EXE programs. I'm having two problems:
-I don't seem to be able to assign the pathname to a valid register(Or maybe incorrect syntax)
-I need to be able to execute the other program after the first one (could be either) started its…