Find Jobs
Hire Freelancers

Build C++ to Assembly

$10-30 USD

Mbyllur
Postuar over 6 years ago

$10-30 USD

Paguhet në dorëzim
Covert C++ program to x86 Assembler using visual studio.
ID e Projektit: 14694092

Rreth projektit

25 propozime
Projekt në distancë
Aktive 7 yrs ago

Po kërkoni të fitoni para?

Përfitimet e ofertës për Freelancer

Vendosni buxhetin dhe afatin tuaj
Paguhuni për punën tuaj
Përshkruani propozimin tuaj
Është falas të regjistrohesh dhe të bësh oferta për punë
25 freelancers are bidding on average $29 USD for this job
Avatari i Përdoruesit
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 në 2 ditë
4,9 (177 përshtypje)
7,2
7,2
Avatari i Përdoruesit
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 në 1 ditë
5,0 (272 përshtypje)
6,7
6,7
Avatari i Përdoruesit
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 në 3 ditë
5,0 (148 përshtypje)
6,2
6,2
Avatari i Përdoruesit
-- 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 në 1 ditë
5,0 (3 përshtypje)
5,1
5,1
Avatari i Përdoruesit
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 në 1 ditë
5,0 (18 përshtypje)
4,6
4,6
Avatari i Përdoruesit
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 në 1 ditë
5,0 (16 përshtypje)
4,4
4,4
Avatari i Përdoruesit
Will use export to ASM option of Visual Studio.
$30 USD në 1 ditë
4,8 (2 përshtypje)
3,5
3,5
Avatari i Përdoruesit
A proposal has not yet been provided
$30 USD në 3 ditë
5,0 (5 përshtypje)
3,3
3,3
Avatari i Përdoruesit
Hello I am experienced programmer and can programm assembler well. Hire me to have your job done well at low costs!
$30 USD në 2 ditë
5,0 (3 përshtypje)
1,2
1,2
Avatari i Përdoruesit
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 në 3 ditë
5,0 (1 review)
1,3
1,3
Avatari i Përdoruesit
i am good in both languages, but anyway i need to see the source code first
$35 USD në 2 ditë
5,0 (2 përshtypje)
1,1
1,1
Avatari i Përdoruesit
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 në 4 ditë
0,0 (0 përshtypje)
0,0
0,0
Avatari i Përdoruesit
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 në 2 ditë
0,0 (0 përshtypje)
0,0
0,0
Avatari i Përdoruesit
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 në 1 ditë
0,0 (0 përshtypje)
0,0
0,0
Avatari i Përdoruesit
I will assure applause for my work,if we are working on it
$13 USD në 3 ditë
0,0 (0 përshtypje)
0,0
0,0
Avatari i Përdoruesit
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 në 1 ditë
0,0 (0 përshtypje)
0,0
0,0
Avatari i Përdoruesit
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 në 1 ditë
0,0 (0 përshtypje)
0,0
0,0

Rreth klientit

Flamuri i UNITED STATES
United States
0,0
0
Anëtar që nga korr 18, 2017

Verifikimi i klientit

Faleminderit! Ne ju kemi dërguar me email një lidhje për të kërkuar kredinë tuaj falas.
Ndodhi një gabim gjatë dërgimit të email-it tuaj. Ju lutemi provoni përsëri.
Përdorues të regjistruar Punë të postuara
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Po ngarkohet shikimi paraprak
Leja u dha për Geolocation.
Seanca e hyrjes ka skaduar dhe ke dalë. Hyr sërish.