Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 633 results for
masm
- Page 1
MASM
Programming
Software Development
10 Years Ago
by HÅñËy
I need to know how to install
MASM
on my laptop? anyone please ,if there is online site to download it ..tell me.
MASM
Programming
Software Development
7 Years Ago
by Rimi_1
…, Im having a problem with my assembler. I have installed
MASM
6.11 and i have 'Windows 10'. Everything works out…
MASM 64 code and AVX
Programming
Software Development
13 Years Ago
by zalia64
Help! I need to write some code for SIMD, 64-bit Intel X86. I am fluent with
Masm
; Where can I get a
Masm
version for 64-bit, and some documentation as to the changes in registers, changes in instructions set, etc? Anybody here has some experience with AVX ? any usefule sources and tips? Thanks
Re: MASM 64 code and AVX
Programming
Software Development
13 Years Ago
by zalia64
… C 6.0 + Processors Pack, good enough for me. My
Masm
version is of 2005. But I could switch to the…-line assembly? Is it supported by current Visual C's
Masm
? Is it worth the trouble?
Re: MASM Vs. NASM
Programming
Software Development
13 Years Ago
by NotNull
You'd be right about that,
MASM
is an x86 assembler mainly used with MS-Windows and … Studio and was included with Microsoft C/C++ for DOS.
MASM
-32 these days is used for making Windows applications in… assembler. At least, that's all I've used
MASM
-32 for. Under MS-DOS Microsoft Macro Assembler can be…
Re: MASM 64 code and AVX
Programming
Software Development
13 Years Ago
by rubberman
So, are you using Visual Studio then for your Windows programming? I thought VC and VC++ both supported in-line assembly code, just as GCC G++ do. And then there is the Microsoft macro assembler (
MASM
) which should be part of Visual Studio, or at least some versions (Professional or Enterprise).
MASM "HELP NEEDED"
Programming
Software Development
20 Years Ago
by kohkohkoh
Can Anyone here could recommend me a "GODD/EXECELLENT" web site for me to learn the
MASM
assembler coding...with examples and tutorials... I'm trying to learn to do my assignment. I don't know what it is...but i want to learn.. please thank you
Re: MASM "HELP NEEDED"
Programming
Software Development
20 Years Ago
by 1o0oBhP
… WHAT assembly you want to learn. Last time I used
MASM
you could assemble quite a few instruction sets. I presume…
MASM int 10h help
Programming
Software Development
17 Years Ago
by esquared
hi Pals, i have a problem with
MASM
interrpt 10h. i want to colour s portion of the …
[mASM] CreateFile, ReadFile, WriteFile, FileSplit, and HANDLES
Programming
Software Development
15 Years Ago
by scriptkiddy
… I split a string in assembly? I am coding in
mASM
from C++, and I have discovered that some of my…
[mASM] system() function?
Programming
Software Development
15 Years Ago
by scriptkiddy
… one their is in C++, that can be used in
mASM
?
Re: [mASM] system() function?
Programming
Software Development
15 Years Ago
by functionalCode
… one their is in C++, that can be used in
mASM
?[/QUOTE]
MASM Vs. NASM
Programming
Software Development
13 Years Ago
by utkarshsahu
I am a beginner in learning assembly language. I wanted to know which assembler would be best to use between NASM and
MASM
in today's context. Also, can you give a link to documentation on these assemblers?And tutorial specific for these assembler (as assembly is not standardized)
Re: MASM Vs. NASM
Programming
Software Development
13 Years Ago
by sDJh
Hi! Clear subjective answer: NASM is the best. Why?
MASM
is a Microsoft product. I've never worked with it …
Masm 8.0 installer doesn't work!!!??
Programming
Software Development
12 Years Ago
by aiwasen
I'm trying to install
MASM
8.0 but the instaler stops before the end! I already downloaded visual Visual C++ 2005 Express Edition but then it disappears and nothing else happens.
MASM help printing Fibonacci sequence
Programming
Software Development
11 Years Ago
by udorngrul
…. I'm using the kip irvine library and it's
MASM
for x86 processors. Please help! INCLUDE Irvine32.inc ;defined constant…
Re: MASM
Programming
Software Development
10 Years Ago
by Stuugie
Try [here](http://www.masm32.com/masmdl.htm).
Re: MASM
Programming
Software Development
10 Years Ago
by HÅñËy
thank u
Re: MASM
Programming
Software Development
7 Years Ago
by rproffitt
This is an issue since about W7 64 bit. Read this issue kicked around at http://www.masmforum.com/board/index.php?PHPSESSID=786dd40408172108b65a5a36b09c88c0&topic=16569.0 and consider the workarounds there. If you can't find a 16 or 32 bit Microsoft OS or DOS to run in the VM, read http://masm32.com/board/index.php?topic=736.0 since it …
HOW CAN I DOWNLOAD AND COMPILE MASM ASSEMBLER?
Programming
Software Development
12 Years Ago
by aiwasen
… it won't worked. I cannot see the
MASM
icon needed to compile the program. I downloaded visual 2005 …also although I can see the
MASM
in control panel uninstall program. .model small .data x db… understand assembly language. They said the above code worked in
MASM
can someone explain? I tried the code in FASM but…
Re: HOW CAN I DOWNLOAD AND COMPILE MASM ASSEMBLER?
Programming
Software Development
12 Years Ago
by mathematician
As the previous poster said,
masm
is a command line program. The executable file for recent …. Different assemblers have different syntaxes. Some are very similar to
masm
, others are not so similar. Jwasm is one of the… most
masm
like, but it is not exactly the same. The program…
need help convert MASM to ASM 8086
Programming
Software Development
18 Years Ago
by zunnur
… first include D:\masm32\macros\macros.asm ;
MASM
support macros include D:\masm32\include\masm32.inc… db "%s", 0 .code ; Tell
MASM
where the code starts start: ; The CODE entry …
Re: Creating a library for use with MASM
Programming
Software Development
11 Years Ago
by Ancient Dragon
… all that then I suspect there are linking problems between
masm
(Microsoft) and Turbo C++ (Borland) object files. In …that case you will need to replace
MASM
with [TASM (Borland assembler)](http://www.phatcode.net/downloads.…your instructor what compiler you are supposed to use with
MASM
. There is an old Microsoft C comiler, but …
Re: HOW CAN I DOWNLOAD AND COMPILE MASM ASSEMBLER?
Programming
Software Development
12 Years Ago
by rubberman
Please try to avoid multiple posts for the same subject/topic! That said,
masm
is a command-line tool. I don't think it has a GUI component. You need to run it from the command line, or as part of a Visual Studio project.
Re: HELP!!how to use MASM 611 compiler?
Programming
Software Development
20 Years Ago
by Evenbit
[QUOTE=mei]i m doing a program using
masm
611 compiler recently but am doubt of how to use ….masmforum.com/simple/index.php]The
MASM
Forum[/URL] because those folk are experts at
MASM
stuff. Come to think of it…
Getting MASM to work with Windows vista
Programming
Software Development
17 Years Ago
by mahmed27
… 2005 on my new dell xps 1210 m laptop, with
MASM
8.0 since i am taking the assembly language class… know any links that would help me resolve the issue?
MASM
works perfectly fine on my windows XP desktop computer , but…
Help with some MASM memory addressing syntax
Programming
Software Development
13 Years Ago
by orion3184
… new to assembly and am finding myself porting someone's
MASM
old code to C++ for portable smartphone architectures. There's… structure above, how would I access members to that in
MASM
using this syntax? (For example, to get at TheData[12…
Creating a library for use with MASM
Programming
Software Development
11 Years Ago
by pspwxp fan
… is to create a library/precompiled header for use with
MASM
. I am using Code:Blocks. I have googled quite a… a format that it can be recognized and called by
MASM
. Secondly, while we're on the topic, please clear out…
Re: Creating a library for use with MASM
Programming
Software Development
11 Years Ago
by Ancient Dragon
… valid library Now that I think about it I think
MASM
is a 16-bit assembler so it won't be… compiler that produces \*.lib files or use a [32-bit
MASM
assembler](http://www.). > have no idea how the assembler…
Re: Creating a library for use with MASM
Programming
Software Development
11 Years Ago
by pspwxp fan
> Now that I think about it I think
MASM
is a 16-bit assembler so it won't be … right. However, I can't help but think that the
MASM
I am using was provided by our Instructor; wouldnt he…
1
2
3
11
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC