Szűrő

Legutóbbi kereséseim
Szűrés erre:
Költségvetés
eddig:
eddig:
eddig:
Típus
Készségek
Nyelvek
    Munka státusza
    1,320 assembler munka, árazás ebben: EUR
    Project for Karoly H. Véget ért left

    Jó napot! Assembler 8086-ban kellene megírnom 18 kisebb tudna benne segíteni várom mihamarabbi válaszát és kuldom a részleteket,illetve megbeszéljuk az árat/idot. Koszonom!

    €9 (Avg Bid)
    €9 licitátlag
    1 árajánlat
    x86-64 Assembler help Véget ért left

    x86-64 Assembler help needed.....................

    €3 / hr (Avg Bid)
    €3 / hr licitátlag
    8 árajánlat

    Hi I need help with x86-64 Assembler

    €147 (Avg Bid)
    €147 licitátlag
    19 árajánlat
    assembler HASP sentinel Véget ért left

    We are seeking a skilled and experienced assembler Specialist with expertise in HASP dongles to assist with a specific project. The ideal candidate will have a strong understanding of software and hardware systems, along with the ability to analyze and reverse engineer the functionality of HASP dongles. Responsibilities: Analyze and understand the functionality and security mechanisms of HASP dongles. Reverse engineer the firmware or software associated with the HASP dongles. Identify and document the communication protocols and encryption algorithms used by the dongles. Develop or modify software tools and utilities to assist in the reverse engineering process. Collaborate with the development team to provide insights and recommendations based on reverse engineering findings. Ens...

    €604 (Avg Bid)
    €604 licitátlag
    13 árajánlat

    ...you have any. If you are confident enough to finish the project, that's all I need. Doesn't matter about your experience at all if you have knowledge to finish the project smoothly. Project Overview: In this project, we will extend the functionality of the previously implemented digital stopwatch from Project 1 (attached for reference) by developing a software implementation using ARMlite ARM Assembler. Our aim is to replicate the features of the stopwatch in the ARMlite simulator, closely resembling the functionalities achieved in project 1. The project will be assessed based on the level of completion, the quality of the solution, and a demonstration of the implemented features. Level of Completion Our project will be evaluated based on different levels of compl...

    €60 (Avg Bid)
    €60 licitátlag
    20 árajánlat

    ...the microprocessor is 8 bits. The tag register must be updated after the execution of equivalent commands. The microprocessor command word MUST be of variable length. The word length on the microprocessor data bus is to be 8 bits. A program should be prepared in memory that will demonstrate the capabilities of the microprocessor (the content of the pseudocode together with the content of the assembler should be included in the report)....

    €19 (Avg Bid)
    €19 licitátlag
    2 árajánlat

    ...the microprocessor is 8 bits. The tag register must be updated after the execution of equivalent commands. The microprocessor command word MUST be of variable length. The word length on the microprocessor data bus is to be 8 bits. A program should be prepared in memory that will demonstrate the capabilities of the microprocessor (the content of the pseudocode together with the content of the assembler should be included in the report)....

    €15 (Avg Bid)
    €15 licitátlag
    3 árajánlat

    ...hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE YOU THE ASSETS. You need to be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while NOT ma...

    €13 / hr (Avg Bid)
    €13 / hr licitátlag
    51 árajánlat

    We want to take the modules in our Installation Portal and make individual training/education modules from them with content and Q&A for each similar to the Masonite one below using our material. Sample of our material is:

    €19 / hr (Avg Bid)
    €19 / hr licitátlag
    36 árajánlat

    I want to understand how TPF works , with some kind of a test environment/sandbox. Below are the skills needed for the right candidate. 1-TPF, 2-Assembler, 3-TPFDF, 4-TPFC, 5-SPM, 6-Sabretalk Thank you,

    €141 (Avg Bid)
    €141 licitátlag
    1 árajánlat

    About Perfect assembler: perfect assembler will design logo of your choice which will be unique and beautiful

    €23 (Avg Bid)
    €23 licitátlag
    25 árajánlat

    Нужно найти и исправить ошибку в коде .386 .model flat, stdcall includelib ExitProcess PROTO, :DWORD .data inpdd dd 0.4, -13.3, 2.0, 5.1 sum dd ? res dd ? .code Winmain PROC mov eax, inpdd ; load the array into EAX mov ecx, 0 ; loop through the array and sum up the values sum_loop: add ecx, [eax] add eax, 4 loop sum_loop mov sum, ecx ; save the sum as sum mov eax, sum mov ebx, 4 cdq ; sign-extend EAX into EDX idiv ebx ; divide sum by 4 mov res, eax ; save the result in res push 0 call ExitProcess Winmain endp end winmain

    €12 (Avg Bid)
    €12 licitátlag
    3 árajánlat
    Pine script indicateur Véget ért left

    Assembler plusieurs indicateurs en affinant une alerte pour tradingview

    €194 (Avg Bid)
    €194 licitátlag
    8 árajánlat

    PutPixel: LSR X ; shift right X to divide by 8 TAX ; transfer X to A CPX #255 ; compare X with 255 BCS endPixel ; branch to endPixel if X >= 255 LDY Y ; load Y into Y LDA VideoA,X ; load the contents of VideoA + X into A LSR A ; shift right A to divide by 8 ADC #40 ; add 40 to A TAY ; transfer A to Y LDA VideoA,Y ; load the contents of VideoA + Y into A AND #%11111110 ; AND A with %11111110 BEQ zeroPixel ; branch to zeroPixel if Color is 0 ORA #%00000001 ; OR A with %00000001 JMP endPixel ; jump to endPixel zeroPixel: AND #%00000001 ; AND A with %00000001 endPixel: STA VideoA,Y ; store A into VideoA + Y RTS ; return from subroutine The CPX #255 instruction compares the value of X with 255, and if X is greater than or equal to 255, the program bran...

    €14 (Avg Bid)
    €14 licitátlag
    1 árajánlat

    X from 0 to 319 Y from 0 to 239 Color from 0 to 255 void PutPixel( int X, int Y, unsigned char Color) { unsigned char quot = X / 8; unsigned char rem = X % 8; if ( Color ) VideoA[(Y * 40) + quot] |= (1<<rem); else VideoA[(Y * 40) + quot] &= ~(1<<rem); }

    €14 (Avg Bid)
    €14 licitátlag
    2 árajánlat
    Logo Design for Dowson Véget ért left

    About Dowson: Dowson is a precision manufacturer and assembler of medical devices and metered dose pumps. Project Description: Industry/occupation neutral. Timeless design. TIFF file format, EPS and .AI

    €202 (Avg Bid)
    €202 licitátlag
    78 árajánlat

    I wish to recreate Freud’s classic photo (attached), 3-piece wool suit, watch chain, old-style necktie and collar. It’d be great if the wool suit had any kind of subtle pattern as in the photo

    €98 (Avg Bid)
    €98 licitátlag
    4 árajánlat
    Fountain Project Véget ért left

    Me and my partner are planning to create a water fountain project. We need to setup a low level c environment which allows low level GPIO and I2C ... direct device programming. We have lots of hardware level programming experience on other platforms using c and Assembler. I do not have Linux experience. We are planning to target a raspberry pi zero 2 W but are currently using a 4 with 4 gig memory as the zero 2 W is out of stock at the moment. Fast code is essential as we will also be doing some dsp processing so that it can also react to music. Low level drivers may have to be written. Looking up this information via google is a jungle. What looked like the best choice gave errors when I followed the given directions. I would prefer to get some assistance getting started rather tha...

    €34 / hr (Avg Bid)
    €34 / hr licitátlag
    16 árajánlat

    i need a friendly user interface to assemble a final code that looks like the one below. there are several variables that need to be changed for each time i use it and it would be nice to develop something i can simply ad the key information to and click ASSEMBLE then push a copy finished code button and be done IM DYSLEXIC and i HATE typing so id rather discuss this project by skype to fully explain addition things id like to see. overall this should be a simple one day project for someone. i have additional needs for other projects so if you can produce what i need i would gladly use you again -----------------------------------------------------EXAMPLE FINISHED CODE BELOW ----------------------------------------- { "username": "Hotwatch ORIGINAL Alert!", "...

    €132 (Avg Bid)
    €132 licitátlag
    16 árajánlat

    potrzebuje makr w nasm - x86 : - dodawanie 256/512 bitowych liczb - odejmowanie - mnożenie -dzielenie - modulo p - inverse mod

    €170 (Avg Bid)
    €170 licitátlag
    3 árajánlat

    I need help comparing two numbers using modularization and also help loop a message with a user input. These are two different questions. It needs to be in assembler language irvine.32 and visual studio.

    €54 (Avg Bid)
    €54 licitátlag
    3 árajánlat

    We are located in Marietta, GA and have a commercial document imaging application that was originally written in Assembler in 1991. Later versions were written in C++ and more recently included .Net. It is client server architecture and includes both a Windows desktop and a web client version. Our lead developer left us during the COVID epidemic and has moved on to a different job where he is no longer coding. Our lead tech support employee unfortunately passed away from an illness the latter part of 2021 so we've been without programming help for over a year. I retired from the company but still do support when necessary. Our current web client which is a browser application was written years ago and used a Java based product to display TIFF files since browsers do not display...

    €46 / hr (Avg Bid)
    €46 / hr licitátlag
    5 árajánlat

    Necesito traducir una función de lenguaje C a assembler

    €46 (Avg Bid)
    €46 licitátlag
    1 árajánlat

    I need a short assembly project done in IBM Developer for zOS. You will need to download and set up IBM developer and code assembly. I will attach all the necessary details needed. If you are willing to do all the steps, please place a bid otherwise, don't. The program must be coded to the guidelines in the PDF below. You will need to code two separate versions of the code that aren't similar, just coded differently. So, in short, you will provide back files with the exact requirements fulfilled, but you will adjust each file differently. SO YOU WILL NEED TO PROVIDE TWO DIFFERENT VERSIONS OF THE PROGRAM BY NO LATER THAN NOVEMBER 11

    €135 (Avg Bid)
    €135 licitátlag
    2 árajánlat

    Hi,every body I am looking for senior assembler I have big project. I want work with long term. we can more discuss with chat. Thanks.

    €14 - €23 / hr
    Rejtett
    €14 - €23 / hr
    10 árajánlat

    --------desarrollo de un menu en assembler---------

    €60 (Avg Bid)
    €60 licitátlag
    2 árajánlat
    Trophy icon Job Advert Images x10 images Véget ért left

    I have attached our company Logo. I am advertising jobs and I want p...advertising jobs and I want professional images made to advertise the jobs. I want 10 images in total The image should clearly state - "Self Employed" "The Role" "Contact - jobs @" "Mobile Number - 07403221469" There are 10 roles which are 1. Removals Driver with own Van 2. Deliveries Driver with own Van 3. Cleaner with own Equipment and Transport 4. Furniture Assembler with own Car or Van 5. Man and Van with own Van 6. Car Transporter with own Van 7. Mobile Nail Technician with own Equipment and Transport 8. Mobile Hair Dresser with own Equipment and Transport 9. Mobile Barber with own Equipment and Transport 10. Shop and Deliver Driver with ow...

    €9 (Avg Bid)
    Garantált
    €9
    24 pályamű
    ATmega Developer Véget ért left

    Simulate code with Microchip Studio7 Need to write two code one in C and the other in Assembler language

    €121 (Avg Bid)
    €121 licitátlag
    9 árajánlat
    xml developpeur Véget ért left

    Bonjour, je fais du trading algorithmique. Je souhaite assembler 5 algorithmes au format xml dans un seul fichier et le recevoir en xml avec un seul objectif : une fois le fichier chargé sur la plateforme de trading, l’algorithme 1 SERA LANCÉ ? une fois que l’algorithme 1 s’arrête, l’algorithme 2 commence à fonctionner, une fois qu’Algo 2 s’arrête, Algo 3 commence à fonctionner, et ainsi de suite, et ainsi de suite les conditions d’exécution et d’arrêt de chaque algorithme sont définies sur le fichier xml pour les lancer il suffit de se connecter dans la plateforme de trading , charger le fichier ensuite cliquer sur RUN actuellement je fais les choses manuellement c"...

    €348 (Avg Bid)
    €348 licitátlag
    2 árajánlat

    Hola a todos, mi nombre es Ezequiel y busco un buen programador para un proyecto grande y a un freelance que sepa manejar el motor de juego CONSTRUCT 3 expertamente y lo haga añadiendo scripts ( en Javascript). Se trata de reescribir entero el clasico juego "altered beast" pero para 4º players. Adjuntare todo el material, graficos, melodias, etc.. Del juego .Prox...Ezequiel y busco un buen programador para un proyecto grande y a un freelance que sepa manejar el motor de juego CONSTRUCT 3 expertamente y lo haga añadiendo scripts ( en Javascript). Se trata de reescribir entero el clasico juego "altered beast" pero para 4º players. Adjuntare todo el material, graficos, melodias, etc.. Del juego .Proximamente adjuntare el autentico codigo fuente ...

    €864 (Avg Bid)
    €864 licitátlag
    5 árajánlat

    Hola a todos, mi nombre es Ezequiel y busco un buen programador para un proyecto grande y a un freelance que sepa manejar el motor de juego CONSTRUCT 3 expertamente y lo haga añadiendo scripts ( en Javascript). Se trata de reescribir entero el clasico juego "altered beast" pero para 4º players. Adjuntare todo el material, graficos, melodias, etc.. Del juego .Prox...Ezequiel y busco un buen programador para un proyecto grande y a un freelance que sepa manejar el motor de juego CONSTRUCT 3 expertamente y lo haga añadiendo scripts ( en Javascript). Se trata de reescribir entero el clasico juego "altered beast" pero para 4º players. Adjuntare todo el material, graficos, melodias, etc.. Del juego .Proximamente adjuntare el autentico codigo fuente ...

    €1978 (Avg Bid)
    €1978 licitátlag
    5 árajánlat

    The attached file will describe this project. The encoder pulse is 50% on 50% off every bit.

    €157 (Avg Bid)
    €157 licitátlag
    10 árajánlat

    Bonjour Servane, j'ai trouvé votre profil et je pense que votre style pourrait matcher avec mon projet. J'ai un budget de 160-200$ pour réaliser 5 planches A5 illustrative. Je produis des mobiles en bois qui suspend une airplant. Ils sont composés chacun de plusieurs pièces que le client devra assembler lui-même. Le but est d'avoir pour chaque produit des illustrations qui explique les étapes du montage. Je t'envois le pdf de mon projet si ça t'intéresse ! Belle journée à toi Johanne

    €186 - €186
    €186 - €186
    0 árajánlat

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while N...

    €14 / hr (Avg Bid)
    €14 / hr licitátlag
    42 árajánlat

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while N...

    €10 / hr (Avg Bid)
    €10 / hr licitátlag
    5 árajánlat

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while N...

    €18 / hr (Avg Bid)
    €18 / hr licitátlag
    41 árajánlat

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while N...

    €13 / hr (Avg Bid)
    €13 / hr licitátlag
    20 árajánlat

    Need an expert in MIPS assembler programming

    €19 (Avg Bid)
    €19 licitátlag
    1 árajánlat

    ...assets at hand. We need to be able to communicate WHAT the CONCEPT of the site is AND GIVE THE ASSETS, and you be able to take it to the finish line from there by creating the look and feel and functionality (we have programmers that can help you with that part --- but you must be able to convey what those design elements are and produce them). We are looking for a "developer/builder," not an "assembler." We need: 1. Ability to creatively visualize data (text/numbers) 2. Creatively combine data with imagery. (While not expected to create imagery, understanding how to creatively lay out imagery with data is crucial) 3. Knowledge and ability to research current design trends and technology 4. Ability to stay on-brand (looking to rest of site) while N...

    €19 / hr (Avg Bid)
    €19 / hr licitátlag
    40 árajánlat
    Assembly language Véget ért left

    i need a small project in assembly programming using pep8 assembler

    €21 (Avg Bid)
    €21 licitátlag
    8 árajánlat

    I need assembly programing using pep assembler

    €20 (Avg Bid)
    €20 licitátlag
    3 árajánlat
    Nintendo Nes Console. Véget ért left

    I am looking for a programmer who is capable of creating a video game for the Nintendo nes console. native. perhaps using assembler, or Nes maker (the latter very limited for mechanics) .... would pay very well for such work. it would be a point and click video game very similar to "maniac mansion" from nintendo Nes... the game created would have to be a "rom" playable in a nintendo Nes emulator. Regards, and thank you very much!

    €1088 (Avg Bid)
    €1088 licitátlag
    7 árajánlat

    I have a PCB that I need help troubleshooting. I have built this board multiple times and worked fine but lately I have been having issues. I’m not an electrical engineer but more of an assembler. I can provide the schematics and some video/pics to show the issue. I have a power supply and multimeter for troubleshooting.

    €148 (Avg Bid)
    Titkos
    €148 licitátlag
    32 árajánlat

    Need some assistance with an assignment consisting of LC-3 assembler with minecraft.

    €86 (Avg Bid)
    €86 licitátlag
    1 árajánlat

    You will need to write/port a new agent app basing on existining app example (all source codes included: assembler and C++). Agent is an advanced internet kiosk app. All statistics are stored on server, agent allows access control and count time, coins, etc: see features below. [1st.] priority task is to make agent work on Windows10 x64 (now works only on win7x64) and make all components 64bit (compile x64) Key components which need to be done are: (main app), (time counting panel), (sending lic to server & some other actions which needed to be researched cause source code is PARTIAL), (coins counter) which needs to work with just one USB coin counter machine (drivers provided) I.e. new app parts need to work the same as current but

    €539 (Avg Bid)
    €539 licitátlag
    15 árajánlat

    Hello I need help with Assembler x-86-64

    €124 (Avg Bid)
    €124 licitátlag
    5 árajánlat

    help needed with assembler assembly project

    €122 (Avg Bid)
    €122 licitátlag
    7 árajánlat

    A legjobb assembler közösségi cikkek