Find Jobs
Hire Freelancers

Build C++ to Assembly

$10-30 USD

Zavřený
Zveřejněno před více než 6 roky

$10-30 USD

Zaplaceno při doručení
Covert C++ program to x86 Assembler using visual studio.
IČ projektu: 14694092

O projektu

25 nabídky
Vzdálený projekt
Aktivní před 7 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
25 freelanceři nabízejí v průměru $29 USD za tuto práci
Avatar uživatele
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on client side, using c++ under Windows environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$100 USD v 2 dnech
4,9 (177 recenze)
7,2
7,2
Avatar uživatele
Hi. I can help you to do the translation from C++ to assembly code. I have experience programming in assembly code for several microprocessors and microcontrollers. Relevant Skills and Experience C, C++, Assembly code programming i x86, x64, mips, arm, etc. Proposed Milestones $25 USD - Project milestone
$25 USD v 1 dni
5,0 (272 recenze)
6,7
6,7
Avatar uživatele
Hi, I can write the program you requested. I can use Visual Studio 2013/2015/2017. Please provide more details Relevant Skills and Experience C/C++, x86/x64 Assembly. I have successfully completed many Assembly related projects on this site. Proposed Milestones $25 USD - Cost of the project
$25 USD v 3 dnech
5,0 (148 recenze)
6,2
6,2
Avatar uživatele
-- Relevant Skills and Experience hi, i am c, c++ programmer. i can use visual studio or gcc to convert c/c++ source code into x86 assembly. Proposed Milestones $25 USD - complete project
$25 USD v 1 dni
5,0 (3 recenze)
5,1
5,1
Avatar uživatele
I have done the similar project in the past too. I have converted Bubble sort and Selection Sort algorithms recently. It was done using masm32 in visual studio. As a sample work, given below is the converted code for selection sort: ***Selection Sort’s Code in Java*** int first,temp; for (int i= array.length-1;i>0;i--){ first = 0; for (int j=1;j<=i;j++){ if(array[j] > array[first]) first = j; } temp= array[first]; array[first] = array[i]; array[i] = temp; } ***Selection Sort in Assembly*** .386 .model flat, stdcall .stack 4096 .data array byte 101, 23, 3, 78, 43, 7 , 87 , 54, 75 , 45, 87, 76 ExitProcess proto,dwExitCode:dword .code main proc mov ecx, lengthof array ; ecx = 12 cmp ecx,1 je Gotoend dec ecx ; ecx = 11 OuterLoop: push ecx mov ebx,0 ; ebx = first mov esi, 1 ; esi = j InnerLoop: mov dl, array[ebx] cmp dl,array[esi] jb L1 jmp L2 L1: mov ebx, esi L2: inc esi Loop InnerLoop pop ecx mov dh, array[ebx] xchg dh, array[ecx] mov array[ebx],dh Loop OuterLoop Gotoend: invoke ExitProcess,0 main endp end main
$20 USD v 1 dni
5,0 (18 recenze)
4,6
4,6
Avatar uživatele
C++ to Assembly Relevant Skills and Experience Assembly Visual Studio Proposed Milestones $30 USD - Assembly file What is the size of C++ ? Is it small or large?
$30 USD v 1 dni
5,0 (16 recenze)
4,4
4,4
Avatar uživatele
Will use export to ASM option of Visual Studio.
$30 USD v 1 dni
4,8 (2 recenze)
3,5
3,5
Avatar uživatele
A proposal has not yet been provided
$30 USD v 3 dnech
5,0 (5 recenze)
3,3
3,3
Avatar uživatele
Hello I am experienced programmer and can programm assembler well. Hire me to have your job done well at low costs!
$30 USD v 2 dnech
5,0 (3 recenze)
1,2
1,2
Avatar uživatele
You did not specify the size of program - if it is large/modules/etc - there may be (minor) delay. Relevant Skills and Experience Assembler/C/Reversing/decompilation/decryption. Please see my profile for sample of my x86 code. Proposed Milestones $28 USD - Once I obtain assembler listing - there should be 1,5 days max for completion. Additional Services Offered $10 USD - General assessment, bug finding and fix, optimization, comments. I assume you will provide me with assembler listing (requires just one tick in Compiler Options).
$28 USD v 3 dnech
5,0 (1 recenze)
1,3
1,3
Avatar uživatele
i am good in both languages, but anyway i need to see the source code first
$35 USD v 2 dnech
5,0 (2 recenze)
1,1
1,1
Avatar uživatele
Hello, My ne is Irfandar, I am a full-time freelancer and expert in software development, C,C++ language, PHP. I have 5 years+ experience in web development, software architecture, java, PHP, programming, C, C++, .Net, Software development. I have almost completed lot of projects in C, C++, HTML, programming which is related to your projects descriptions. My key skills: Software development, software architecture, web development, email development, java, PHP, C, C++, Python, programming, HTML. For further details please discuss me over a chat Thanks.
$10 USD v 4 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hi i will deliver it to u in one day, and we can have start of good dealing. And will come to help for each other in future.
$25 USD v 2 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I have worked with Assembly programming on the 8086. Experienced in C/C++. Relevant Skills and Experience C++, Debugging, Visual Studio, Assembly, 8086 Proposed Milestones $20 USD - Will deliver the project
$20 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I will assure applause for my work,if we are working on it
$13 USD v 3 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I have experience in VS, c++ and x86 assebler Relevant Skills and Experience I have experience in VS, c++ and x86 assebler Proposed Milestones $20 USD - All is done How big is your program? Does it use STL only or some other libraries too?
$20 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I am very interested in this opportunity and believe that my qualifications, education and professional experience would make me a strong candidate for the position. Relevant Skills and Experience Skilled in software design and development, application layer integration, C Programming, C++programming, assembly language, quality analysis. Proposed Milestones $25 USD - code conversion to assembly language how much time do we have?
$25 USD v 1 dni
0,0 (0 recenze)
0,0
0,0

O klientovi

Pochází z UNITED STATES
United States
0,0
0
Členem od čvc 18, 2017

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.