Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    1,321 assembler jobs found, pricing in USD
    x86-64 Assembler help -- 2 1 day left
    VERIFIED

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

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    2 bids
    x86-64 Assembler help 22 hours left
    VERIFIED

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

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    8 bids
    x86-64 Assembler help needed 17 hours left
    VERIFIED

    Hi I need help with x86-64 Assembler

    $155 (Avg Bid)
    $155 Avg Bid
    21 bids

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

    $651 (Avg Bid)
    $651 Avg Bid
    13 bids

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

    $65 (Avg Bid)
    $65 Avg Bid
    20 bids

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

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

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

    $16 (Avg Bid)
    $16 Avg Bid
    3 bids

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

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    51 bids

    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:

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    36 bids

    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,

    $152 (Avg Bid)
    $152 Avg Bid
    2 bids

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

    $25 (Avg Bid)
    $25 Avg Bid
    25 bids

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

    $15 (Avg Bid)
    $15 Avg Bid
    1 bids

    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); }

    $15 (Avg Bid)
    $15 Avg Bid
    2 bids

    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

    $217 (Avg Bid)
    $217 Avg Bid
    78 bids

    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

    $106 (Avg Bid)
    $106 Avg Bid
    4 bids

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

    $37 / hr (Avg Bid)
    $37 / hr Avg Bid
    16 bids

    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!", "...

    $142 (Avg Bid)
    $142 Avg Bid
    16 bids

    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.

    $58 (Avg Bid)
    $58 Avg Bid
    3 bids

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

    $50 / hr (Avg Bid)
    $50 / hr Avg Bid
    5 bids

    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

    $145 (Avg Bid)
    $145 Avg Bid
    2 bids

    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.

    $15 - $25 / hr
    Sealed
    $15 - $25 / hr
    10 bids

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

    $10 (Avg Bid)
    Guaranteed
    $10
    24 entries

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

    $130 (Avg Bid)
    $130 Avg Bid
    9 bids

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

    $169 (Avg Bid)
    $169 Avg Bid
    10 bids

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

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    42 bids

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

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    5 bids

    ...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 Avg Bid
    41 bids

    ...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 Avg Bid
    20 bids

    Need an expert in MIPS assembler programming

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

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

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    40 bids

    i need a small project in assembly programming using pep8 assembler

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids
    $22 Avg Bid
    3 bids

    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!

    $1172 (Avg Bid)
    $1172 Avg Bid
    7 bids

    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.

    $162 (Avg Bid)
    NDA
    $162 Avg Bid
    33 bids

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

    $93 (Avg Bid)
    $93 Avg Bid
    1 bids

    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

    $581 (Avg Bid)
    $581 Avg Bid
    15 bids
    $134 Avg Bid
    5 bids

    help needed with assembler assembly project

    $131 (Avg Bid)
    $131 Avg Bid
    7 bids

    i need help with a x64 assembly project

    $63 (Avg Bid)
    $63 Avg Bid
    5 bids

    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.

    $26 (Avg Bid)
    $26 Avg Bid
    3 bids

    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

    $28 (Avg Bid)
    $28 Avg Bid
    7 bids

    MIPS Assembler and Runtime Simulator Knowledge (small work require knowledge)

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids

    Need a Assembler module converted to cobol.

    $75 (Avg Bid)
    $75 Avg Bid
    6 bids

    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

    $191 (Avg Bid)
    $191 Avg Bid
    6 bids

    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.

    $20 (Avg Bid)
    $20 Avg Bid
    4 bids

    need help with a short code on assembler using microchip studio for chip mega 2560

    $67 (Avg Bid)
    $67 Avg Bid
    4 bids

    I have an instruction set to build an ARM assembler in C. Instructions are attached below.

    $23 (Avg Bid)
    $23 Avg Bid
    3 bids

    Top assembler Community Articles