Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have a project where I need to do assembler programming for performance, but I haven't played with assembler for 20 years.
The project is about number crunching, big integer crunching, but I can't relay on standard BigInt library for the main part of crunching.

I use windows 7 (64) with x64 processor.
I need 64 bits assembler.

What I have tried:

Can you advice a free development suite with editor and debugger for high level language and assembler module.
I guess something like C# or another language with BigInt library and an assembly module.
Posted
Updated 25-May-19 4:59am
v2
Comments
[no name] 25-May-19 10:08am    
Patrice T 25-May-19 10:21am    
Is it compatible with 64bits?
It says "It is compatible for both 16 bit and 32 bit sources."
Patrice T 25-May-19 10:38am    
Thank you.
I would consider the comments as appropriate answer.
[no name] 25-May-19 10:44am    
Let's wait, I hope you will get better/more concrete suggestions ;)

1 solution

Rather a coincidence hit with google, but I think this could help you. Visual Studio supports assembler also: MASM for x64 (ml64.exe) | Microsoft Docs[^]
Sorry for not being able to give you more background info. Anyway, I hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900