GET masm.stx here.... |
||
Click Here to Download masm.stxINSTALL ASSEMBLER INTO EDITPLUS1. First of all Install and Download all the things provided in the description (i.e. Editplus, MASM32, LNK563 and masm.stx) 2. Install Edit plus and run it. When it asks for registration enter this Username: cryvn@yahoo.com Password: EF257-FLN 3. Now disable your antivirus and install MASM32, so called MASM. It will take quite a long time to install, so be patient.!!!!!!!! When installing MASM32, install it in your C drive. 4. After it is installed, copy LNK563 (which you have downloaded earlier) into C:\masm32\bin 5. Extract LNK563 It will ask to replace two files ml.exe and link.exe, replace it 6. Now open Editplus and go to Tools>Configure User Tools> Click on "Add Tool>>" button and click "Program" 7. Now fill below exact as these... Menu Text: MASM Command: C:\masm32\bin\ml.exe Argument: $(FilePath) Initial Directory: $(FileDir) Action: Capture Ouput
Click Apply>OK 8. Now again open Tools>Configure User Tools>Add Tool>Program Now fill below exact as these Menu Text: DOS Command: cmd Argument: <Do Not Fill it> Initial Directory: C:\masm32\bin Action: None Click Apply>OK 9. Now copy masm.stx, which you have already downloaded and copy it to C:\Program Files\EditPlus 3 10. Open Editplus and Go to Tools>Preferences>File>Settings & Syntax Click "Add" and enter "Assembler"
Now fill exactly as given below... File extensions: asm Syntax file: C:\Program Files Remaining will be the same Click Apply> OK 11. You have done it!!!!!! 12. Now make sure to save every assembly File in C:\mams32\bin Otherwise it will not compile
|
||