Find Jobs
Hire Freelancers

Assembly Language - 05/07/2018 04:58 EDT

$10-30 USD

クローズ
投稿日: 6年近く前

$10-30 USD

完了時にお支払い
Type in the [login to view URL] program and get it working. Then add something else that is interesting to it. Tell me what you added to the program. This program will let you experiment with addition, subtraction, increment, decrement and negate commands. You can do some more arithmetic in your version of the program.? TITLE Addition and Subtraction INCLUDE [login to view URL] .data Rval SDWORD ? Xval SDWORD 26 Yval SDWORD 30 Zval SDWORD 40 .code main PROC ; INC and DEC mov ax,1000h inc ax ; 1001h dec ax ; 1000h ; Expression: Rval = -Xval + (Yval - Zval) mov eax,Xval neg eax ; -26 mov ebx,Yval sub ebx,Zval add eax,ebx mov Rval,eax ; Zero flag example: mov cx,1 sub cx,1 mov ax,0FFFFh inc ax ; Sign flag example: mov cx,0 sub cx,1 mov ax,7FFFh add ax,2 ; Carry flag example: mov al,0FFh add al,1 ; Overflow flag example: mov al,+127 add al,1 mov al,-128 sub al,1 exit main ENDP END main
プロジェクト ID: 17297491

プロジェクトについて

11個の提案
リモートプロジェクト
アクティブ 6年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
この仕事に11人のフリーランサーが、平均$28 USDで入札しています
ユーザーアバター
Hi I can work on this MASM 32bit program Thanks
$55 USD 0日以内
5.0 (176 レビュー)
7.7
7.7
ユーザーアバター
Hi, I can write the program you requested. I´m familiar with the Irvine library. Thank you
$25 USD 1日以内
5.0 (159 レビュー)
6.2
6.2
ユーザーアバター
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 1日以内
5.0 (18 レビュー)
4.4
4.4
ユーザーアバター
Hi, I know assembly language. But i use NASM assembler (32 bit x86 architecture). Do you want any program in assembly, please PM me. I can write and explain it for you Regards, Anoop S
$25 USD 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I have written several assembly language programs using Irvine 32, and can finish your program quickly. Relevant Skills and Experience I am a senior Software Engineering major at Auburn University and am well versed in many programming languages. I received an “A” average for my programming assignments in my Assembly Language courses
$15 USD 2日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

UNITED STATESのフラグ
United States
0.0
0
お支払い方法確認済み
メンバー登録日:3月 2, 2018

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。