You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converts a DOS .COM file into an .EXE file by putting a MZ header with appropriate fields in front of the .COM contents.
The original .COM executable must not expect a zero on the stack.