Find Jobs
Hire Freelancers

Build C++ to Assembly

$10-30 USD

Cerrado
Publicado hace casi 7 años

$10-30 USD

Pagado a la entrega
Covert C++ program to x86 Assembler using visual studio.
ID del proyecto: 14694092

Información sobre el proyecto

25 propuestas
Proyecto remoto
Activo hace 7 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
25 freelancers están ofertando un promedio de $29 USD por este trabajo
Avatar del usuario
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 en 2 días
4,9 (177 comentarios)
7,2
7,2
Avatar del usuario
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 en 1 día
5,0 (272 comentarios)
6,7
6,7
Avatar del usuario
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 en 3 días
5,0 (148 comentarios)
6,2
6,2
Avatar del usuario
-- 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 en 1 día
5,0 (3 comentarios)
5,1
5,1
Avatar del usuario
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 en 1 día
5,0 (18 comentarios)
4,6
4,6
Avatar del usuario
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 en 1 día
5,0 (16 comentarios)
4,4
4,4
Avatar del usuario
Will use export to ASM option of Visual Studio.
$30 USD en 1 día
4,8 (2 comentarios)
3,5
3,5
Avatar del usuario
A proposal has not yet been provided
$30 USD en 3 días
5,0 (5 comentarios)
3,3
3,3
Avatar del usuario
Hello I am experienced programmer and can programm assembler well. Hire me to have your job done well at low costs!
$30 USD en 2 días
5,0 (3 comentarios)
1,2
1,2
Avatar del usuario
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 en 3 días
5,0 (1 comentario)
1,3
1,3
Avatar del usuario
i am good in both languages, but anyway i need to see the source code first
$35 USD en 2 días
5,0 (2 comentarios)
1,1
1,1
Avatar del usuario
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 en 4 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I will assure applause for my work,if we are working on it
$13 USD en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
United States
0,0
0
Miembro desde jul 18, 2017

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.