.code myProc proc ret myProc endp main PROC call myProc ret main endp end