WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Articles
Programming Quick Start
32-bit Assembler is Easy
Porting Iczelion tutorials
What is FASM
Hard Drive Recovery
Wiring your own LAN
 
Forum
 

How to use NASM from WinAsm Studio, I don't know how to use NASM in WinAsm Studio, any step by step instructions?

pb1977
Quote Post


New Member
*

Group: Members
Posts: 1
Member No.: 2321
Joined: 21-March 06


Sponsored Links
I don't know how to use NASM in WinAsm Studio, who can help me, please?
PMEmail Poster
Top
shoorick
Quote Post


Extremely Active Member
******

Group: Admins
Posts: 2314
Member No.: 160
Joined: 22-June 04


there is no step-by-step instruction to use nasm yet, but possible.
to use nasm from winasm studio you must install FASM add-in first - do it like written for fasm, just may ignore setting path to fasm and related. Note: Option "Use extended project properties box" must be checked!
then (try on nasmx demo1 example):
1.run winasm studio
2.open demo1.asm with winasm studio
3.select menu "File\Instant New Project\Convert to the project"
4.check "use source folder"
5.choose mode: BATCH
6.choose type: Standart EXE
7.press OK
--- now you have a new project, project properties box opened, then let's put compilation lines.
Variant A (simpler)
1.on project properties box open "Go All" tab
2.in both lines type: "demo1.bat"
3. check on "Ignore returns"
4.press "ok"
5.go all -> see opened out window with compilation results
Variant B (better)
1.clear lines in "Go All" tab
2.open "Assemble" tab
3.copy "..\..\..\bin\nasm -f win32 %file%.asm -o %file%.obj" line from demo1.bat into command line fields.
4.replace %file% with %asm_name%
5.same do with "Link" tab: "..\..\..\bin\GoLink.exe /entry _main DEMO1.obj kernel32.dll user32.dll"
6.check "Environment" tab if there "put names" checked
7.ok
8.go all -> see "operation complete dialog"


Attached Image
Attached Image
PMEmail PosterUsers Website
Top
shoorick
Quote Post


Extremely Active Member
******

Group: Admins
Posts: 2314
Member No.: 160
Joined: 22-June 04


A NASM Win32 examples from NASMX package with added WinAsm Studio project files (wap) and short guidance uploaded into download area: http://www.winasm.org/index.php?ind=downlo...on_view&idev;=12
PMEmail PosterUsers Website
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 

Sponsors
Computer Science

Internet
C/C++
Hardware & PC maintenance

HiEditor

General Discussions
Suggestions/Bug Reports
WinAsm Studio

General Discussions
Suggestions/Bug Reports
WinAsm Studio FAQ
Multilingual User Interface
Add-Ins
Assembly Programming

Main
Newbies
Projects
Custom Controls
Snippets
Announcements & Rules

Announcements

General

Online Degrees - Distance Learning
The Heap
Russian