0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~889 People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
Stupid question, but did you check you win.ini manually and check the run entry.
[code=assembly] mov ah, 3ch lea dx, filename xor cx, cx int 21h int 20h [/code]
I guess your trying to make a virus. You have a few mistakes I'm your code. First off on your mov ah, 4eh, cx needs to be loaded with a file value(hidden,archive,r/o) when you open a file, yes you do move ah, 3d, however 10h is not valid for al. …
The End.
Mattye134