Φίλτρο

Οι πρόσφατες αναζητήσεις μου
Φιλτράρισμα κατά:
Προϋπολογισμός
σε
σε
σε
Είδος
Δεξιότητες
Γλώσσες
    Κατάσταση Δουλειάς
    1,311 assembler δουλειές που βρέθηκαν, με τιμές EUR

    Нужно найти и исправить ошибку в коде .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

    €9 - €28
    €9 - €28
    0 προσφορές
    Pine script indicateur Έχει λήξει left

    Assembler plusieurs indicateurs en affinant une alerte pour tradingview

    €187 (Avg Bid)
    €187 Μέση Προσφορά
    9 προσφορές
    Translation to Assembler 6502 Έχει λήξει left

    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 Μέση Προσφορά
    1 προσφορές
    Translate to 6502 assembler code Έχει λήξει left

    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 Μέση Προσφορά
    2 προσφορές
    Logo Design for Dowson Έχει λήξει 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

    €200 (Avg Bid)
    €200 Μέση Προσφορά
    78 προσφορές

    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

    €99 (Avg Bid)
    €99 Μέση Προσφορά
    4 προσφορές
    Fountain Project Έχει λήξει 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 Μέση Προσφορά
    16 προσφορές

    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 Μέση Προσφορά
    16 προσφορές
    €170 Μέση Προσφορά
    3 προσφορές
    Assembly language expert Έχει λήξει left

    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 Μέση Προσφορά
    3 προσφορές
    Commercial application update -- 2 Έχει λήξει left

    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 Μέση Προσφορά
    5 προσφορές
    €46 Μέση Προσφορά
    1 προσφορές

    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 Μέση Προσφορά
    2 προσφορές
    looking for senior assembler Έχει λήξει left

    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
    Σφραγισμένο
    €14 - €23 / hr
    10 προσφορές
    desarrollo de un menu en assembler Έχει λήξει left

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

    €60 (Avg Bid)
    €60 Μέση Προσφορά
    2 προσφορές
    Trophy icon Job Advert Images x10 images Έχει λήξει 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)
    Εγγυημένος
    ATmega Developer Έχει λήξει left

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

    €118 (Avg Bid)
    €118 Μέση Προσφορά
    10 προσφορές
    xml developpeur Έχει λήξει 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"...

    €349 (Avg Bid)
    €349 Μέση Προσφορά
    2 προσφορές

    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 ...

    €865 (Avg Bid)
    €865 Μέση Προσφορά
    5 προσφορές

    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 ...

    €1981 (Avg Bid)
    €1981 Μέση Προσφορά
    5 προσφορές
    €157 Μέση Προσφορά
    10 προσφορές
    Project illustratif pour Servane H. Έχει λήξει left

    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 προσφορές

    ...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 Μέση Προσφορά
    42 προσφορές

    ...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 Μέση Προσφορά
    5 προσφορές

    ...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 Μέση Προσφορά
    41 προσφορές

    ...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 Μέση Προσφορά
    20 προσφορές

    ...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 Μέση Προσφορά
    40 προσφορές
    €21 Μέση Προσφορά
    8 προσφορές
    Nintendo Nes Console. Έχει λήξει 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!

    €1090 (Avg Bid)
    €1090 Μέση Προσφορά
    7 προσφορές
    Electronic Troubleshooting Έχει λήξει left

    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.

    €151 (Avg Bid)
    ΣΜΓ
    €151 Μέση Προσφορά
    33 προσφορές

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

    €86 (Avg Bid)
    €86 Μέση Προσφορά
    1 προσφορές

    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

    €540 (Avg Bid)
    €540 Μέση Προσφορά
    15 προσφορές
    x64 assembler project Έχει λήξει left

    i need help with a x64 assembly project

    €59 (Avg Bid)
    €59 Μέση Προσφορά
    5 προσφορές

    Hi, I need a NASM or SASM assembler program. The program is a simple calculator, addition, subtraction, multiplication, division, modulo and power ^. Additionally, a description of each operation.

    €24 (Avg Bid)
    €24 Μέση Προσφορά
    3 προσφορές
    Assembler - calculator (SASM, NASM) Έχει λήξει left

    I need a simple assembler calculator that can add, subtract, multiply, divide, count modulo. The most important thing is to be able to run the finished project in SASM or NASM

    €26 (Avg Bid)
    €26 Μέση Προσφορά
    7 προσφορές

    Дана квадратная матрица порядка M. Заменить нулями элементы, лежащие одновременно выше/ниже главной диагонали (включая эту диагональ) и выше/ниже побочной диагонали (также включая эту диагональ). Пользователь вводит строку, состоящую из слов, разделенных символом пробела, удалить из строки первое слово, вывести строку на экран. Можно использовать FASM, MASM, и тд. или классический ассемблер.

    €9 - €28
    €9 - €28
    0 προσφορές
    €19 Μέση Προσφορά
    4 προσφορές
    €70 Μέση Προσφορά
    6 προσφορές

    I need help with my code for Microchip Studio. It should not be implemented anywhere. part of studying example. Given a signed a signed word integer numerator, N, and a signed word denominator, D. Convert N/D into a float number and store it in the DM. I made an algorithm and have parts of it done, I need help to get them together working

    €178 (Avg Bid)
    €178 Μέση Προσφορά
    6 προσφορές
    Logo designer Έχει λήξει left

    J’ai besoin de créer un logo pour ma boutique de « sorcellerie » j’ai l’illustration et la police il n’y a plus qu’à tout assembler.

    €22 (Avg Bid)
    €22 Μέση Προσφορά
    65 προσφορές

    ...update of RISC-V is need it for 20+ new instructions For interactive simulation of RISC-V processors as well as code assembly is possible download the “Ripes” program from the following link: In assembly_instructions folder from attachment, there is a files for assembly instructions that should be implemented in RISC-V. In assembly folder, there is a assembler code for instruction that you should just copy to Ripes and see how processor is behaving. And in binary folder there is binary representation of those instructions. This binary files should be read by the VHDL RISC-V () and represent at the waves! The 20 instructions required are chosen arbitrarily by the designer (you). Tips: For R-type instruction (They are easy to implement)

    €107 (Avg Bid)
    €107 Μέση Προσφορά
    3 προσφορές
    Assembler small program Έχει λήξει left

    Hello there! I need someone who has knowledge of assembler to help me write a small program. Place a bid so that I could send you the task.

    €19 (Avg Bid)
    €19 Μέση Προσφορά
    4 προσφορές

    Ich benötige dringend eine komplette Einweisung in die 6502-Assembler Programmierung für Atari 2600! Möchte Spiele unter DASM erstellen. Wohne in Freiburg. Die Schulung sollte in Freiburg und Umgebung stattfinden. I need a complete instruction in the 6502 assembler programming for Atari 2600! Want to create games with dasm. I live in 79110 Freiburg, Germany. The training should take place in Freiburg and the surrounding area.

    €2885 (Avg Bid)
    €2885 Μέση Προσφορά
    1 προσφορές

    Κορυφαία assembler Άρθρα Κοινότητας