Official Blog for OBE Messages
 

Older Post

Home

Newer Post
Wednesday, 13 June 2012
setting up fasm assembler inside windows
here is the simple guide to set up this fantastic assembler inside windows XP operating system.


click on the picture above (download link) and choose flat assembler 1.70.02 for Windows or any other higher version available for Windows.

Create a new folder in C or D drive, name it Fasm.

Extract the downloaded contents into C:\Fasm or D:\Fasm depend on what you choose.



Next, we register C:\Fasm to our PATH environment.

Right click "My Computer" and click on "Properties", a window pops up and click on the "Advanced" tab, then the "Environment Variables" button like below.





Select PATH then click on the "Edit" button.

Put your mouse cursor at the end of Variable Values, type ; then follow with your Fasm path, eg. in my case, ;C:\Fasm



click "Ok", "Ok" and "Ok" to exit all open windows

click [START] choose run and type "cmd.exe"



after command prompt opens, type fasm and you should see something like below

Labels: ,

Post a Comment


Older Post

Home

Newer Post