Find Jobs
Hire Freelancers

Assembly Language

$10-30 USD

Closed
Posted almost 6 years ago

$10-30 USD

Paid on delivery
Type in the [login to view URL] program and get it working. You can type in part of the program and then assemble it, as long as you have the last 3 lines in the program. That is, you can type the first MOVZX section, and assemble it, to see how it works, as long as you have the "EXIT, main ENDP, END main" lines at the end of the programs. After you get the program in and working, add something else that is interesting to it. Tell me what you added to the program. TITLE Data Transfer Examples INCLUDE [login to view URL] .data val1 WORD 1000h val2 WORD 2000h arrayB BYTE 10h,20h,30h,40h,50h arrayW WORD 100h,200h,300h arrayD DWORD 10000h,20000h .code main PROC ; Demonstrating MOVZX instruction: mov bx,0A69Bh movzx eax,bx ; EAX = 0000A69Bh movzx edx,bl ; EDX = 0000009Bh movzx cx,bl ; CX = 009Bh ; Demonstrating MOVSX instruction: mov bx,0A69Bh movsx eax,bx ; EAX = FFFFA69Bh movsx edx,bl ; EDX = FFFFFF9Bh mov bl,7Bh movsx cx,bl ; CX = 007Bh ; Memory-to-memory exchange: mov ax,val1 ; AX = 1000h xchg ax,val2 ; AX=2000h, val2=1000h mov val1,ax ; val1 = 2000h ; Direct-Offset Addressing (byte array): mov al,arrayB ; AL = 10h mov al,[arrayB+1] ; AL = 20h mov al,[arrayB+2] ; AL = 30h ; Direct-Offset Addressing (word array): mov ax,arrayW ; AX = 100h mov ax,[arrayW+2] ; AX = 200h ; Direct-Offset Addressing (doubleword array): mov eax,arrayD ; EAX = 10000h mov eax,[arrayD+4] ; EAX = 20000h mov eax,[arrayD+4] ; EAX = 20000h exit main ENDP END main
Project ID: 17297467

About the project

8 proposals
Remote project
Active 6 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
8 freelancers are bidding on average $51 USD for this job
User Avatar
Hi, I can write the program you requested. I´ll use VS 2017 Thank you
$25 USD in 1 day
5.0 (141 reviews)
6.2
6.2
User Avatar
Hi I can work on this Assembly MASM 32 bit. Thanks
$55 USD in 0 day
5.0 (47 reviews)
6.3
6.3
User Avatar
I have ~7 years of experience in C++ and over 3 in C#. I also write some Python code and recently Haskell, so the task will not be a problem for me. Could you please contact me to discuss the details? What exactly do you want to be added?
$20 USD in 1 day
4.9 (15 reviews)
4.0
4.0

About the client

Flag of UNITED STATES
United States
0.0
0
Payment method verified
Member since Mar 2, 2018

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.