Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Run assembly code online

23/12/2020 Client: saad24vbs Deadline: 7 Days

Part 1: 1–2 pages; Part 2: 1–2 pages


Part 1 Tasks: Week 4 IP Final Draft


Using any national known computer manufacturer, finalize the outline of a computer configuration for your use. Your outline should include the following:




Explain in detail why you chose that specific hardware. It should have the type and speed of the central processing unit (CPU), the hard disk type, memory, cache memory, and so forth.

You should have enough configuration details to explain how you came about the desired specifications.

Click here (http://notepad-plus-plus.org/download/v6.6.3.html) for a computer configuration worksheet you can use to help evaluate various computers.

Part 2 Tasks: Week 5


The Assembly code compilation may be challenging, but the program has to be saved and submitted through a Notepad++ document. You can download notepad++ if you do not have a current copy. Click here to download the Notepad++ software. After you download the Notepad++ editor, type in your code and save it. Then it can be copied and pasted and run in an online compiler


Click here (http://www.compileonline.com/compile_assembly_online.php) to compile and execute assembly code.




Compile and execute the existing Assembly code on the left side of the screen. The following is the code that should be displayed: (Complineonline, n.d.)

section .text


global _start ;must be declared for using gcc


_start: ;tell linker entry point


mov edx, len ;message length


mov ecx, msg ;message to write


mov ebx, 1 ;file descriptor (stdout)


mov eax, 4 ;system call number (sys_write)


int 0x80 ;call kernel


mov eax, 1 ;system call number (sys_exit)


int 0x80 ;call kernel


section .data


msg db 'Hello, world!',0xa ;our dear string


len equ $ - msg ;length of our dear string


When you click on the compile and execute button, the following results in the right screen will display:


Compiling main.asm source code....

$nasm -f elf main.asm 2>&1


Linking the program....

$ld -m elf_i386 -s -o demo *.o 2>&1


Executing the program....

$demo


Hello, world!


2. Modify the code to display the following four lines:


Hello, world!


CE 242 is an awesome and fun class!


CTU is a great University!


I love the USA!


Part 3 Tasks: Week 5




Convert the following binary code into ASCII Text. Please show your work and do not use an online converter.

01001001 00100000 01101100 01101111 01110110 01100101 00100000 01000011 01010100 01010101


Write your full name in Binary code separated in bytes. For example, the name of the president of the USA in binary code is


Barak Obama


01000010


01100001


01110010


01100001


01101011


00100000


01001111


01100010


01100001


01101101


01100001


Show your work.




What are the advantages of using Fixed-Length number representation in Assembly in contrast to JAVA? Explain, and give examples.

What are the benefits and drawbacks between assigning a real number and an integer in Assembly? Why do you need either or both? Give examples.

Compile this assembly code that uses arrays. (Tutorialspoint, n.d.)

section .text


global _start ;must be declared for linker (ld)


_start:


mov eax,3 ;number bytes to be summed


mov ebx,0 ;EBX will store the sum


mov ecx, x ;ECX will point to the current element to be summed


top: add ebx, [ecx]


add ecx,1 ;move pointer to next element


dec eax ;decrement counter


jnz top ;if counter not 0, then loop again


done:


add ebx, '0'


mov [sum], ebx ;done, store result in "sum"


display:


mov edx,1 ;message length


mov ecx, sum ;message to write


mov ebx, 1 ;file descriptor (stdout)


mov eax, 4 ;system call number (sys_write)


int 0x80 ;call kernel


mov eax, 1 ;system call number (sys_exit)


int 0x80 ;call kernel


section .data


global x


x:


db 2


db 4


db 3


sum:


db 0


Click here to compile and execute assembly code.


Change the program to display F as a sum of the array.


References


Compileonline.com. (n.d.). Compile and execute assembly online (NASM version 2.10.07). Retrieved from http://www.compileonline.com/compile_assembly_online.php


Notepad++. (n.d.). Download Notepad++ 6.6.3. Retrieved from http://notepad-plus-plus.org/download/v6.6.3.html


Tutorialspoint. (n.d.). Assembly - Environment setup. Retrieved from http://www.tutorialspoint.com/assembly_programming/assembly_environment_setup.htm

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Top Essay Tutor
Calculation Guru
Best Coursework Help
University Coursework Help
Homework Guru
Helping Hand
Writer Writer Name Offer Chat
Top Essay Tutor

ONLINE

Top Essay Tutor

I have more than 12 years of experience in managing online classes, exams, and quizzes on different websites like; Connect, McGraw-Hill, and Blackboard. I always provide a guarantee to my clients for their grades.

$105 Chat With Writer
Calculation Guru

ONLINE

Calculation Guru

I see that your standard of work is to get content for articles. Well, you are in the right place because I am a professional content writer holding a PhD. in English, as well as having immense experience in writing articles for a vast variety of niches and category such as newest trends, health issues, entertainment, technology, etc and I will make sure your article has all the key pointers and relevant information, Pros, Cons and basically all the information that a perfect article needs with good research. Your article is guaranteed to be appealing, attractive, engaging, original and passed through Copyscape for the audience so once they start reading they keep asking for more and stay interested.

$95 Chat With Writer
Best Coursework Help

ONLINE

Best Coursework Help

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$100 Chat With Writer
University Coursework Help

ONLINE

University Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$102 Chat With Writer
Homework Guru

ONLINE

Homework Guru

Hi dear, I am ready to do your homework in a reasonable price and in a timely manner.

$102 Chat With Writer
Helping Hand

ONLINE

Helping Hand

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$100 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Nursing and Community (Due 24 hours) - 10 to the power of 4 - Old economy traders opened an account to short sell - What is a sewing person called - Comparative degree of hungry - QUALITATIVE Journal Submit Article - Nestle reduced cream substitute - HR_GLOB_FIN (U1) - Looking at movies 4th edition chapter 1 - Mrs. morgan has an occipital bone fracture. select the correct classification for this bone. - Can sohcahtoa be used on non right triangles - Bangladesh consulate general sydney - Eddies neighbor marjorie steals a laptop - Should phones be banned in school essay - Shankill wellbeing and treatment centre belfast bt13 1pd - Essay - What three words would you use to describe the raven - Key and peele bad internet connection - It's you and me forever lyrics - Johns lyng group hobart - Enron case study - Solving the problem: five-step marketing research approach presentation - Help in writing a letter and user manual - Rlc low pass filter transfer function - American military university commercial - Dc circuits lab report - Drug board game names - Week 2 Managerial Finance - Sarah palin is a cunt - It was an extraordinary gift for hope a romantic readiness - Nucleus 6 battery charger - Complete accounting cycle problem - Where is gerber baby food made - Theodor schwann cell theory facts - Abbey pain scale chart - Math 114 liberty university - Describe the importance of effective communication in the correctional setting - Journeymap 5.0.1 - Laucke bread mix woolworths - An economic development case study paper - Nursing W F (Due 24 hours) - Rough Draft Literature Review - We read to know where are not alone - E hv practice problems - Example of research critique paper in apa format - Cell broadcast message identifier - Whirlpool case study answers hrm - Law - Chemistry separating mixtures worksheet - Recrystallizing an anhydride from water - Operation Security - Past exam papers utas - Conclusion of coca cola company - Consumerism in the 1920s - Avast free antivirus mac download - Online job portal project documentation in php pdf - Equifax case study - General language stimulation techniques - Battle of the somme lesson plan - HRM 652 EVALUATING RESULTS AND BENEFITS - Assignment 9/16 - Mtv the wellness movement and watergate affected which generation - Css past papers of political science - Meg lanning partner james considine - Clinical Field Experience D - Importance of ERM usage in organizations. - Hepa filter leak repair - Portfolio assignment - Conceptualization definition in research - Does Buddhism (or Hinduism) have more or less conflict (or compatibility) with science than Christianity? - Stage 3 english units of work - Crossword animals level 5 - Public finance final exam questions and answers - Love vashikaran specialist In jAlAndhAR {*+91 9928097710*} Top And Best Tantrik Aghori Baba - Apple foxconn case study - SOCW 6111 - Alligator river story values - The perse school fees - Vikings war of clans shaman initiation stage - Communication - Application of milios framework for prevention - What is hppd in nursing - Stanford university press editors - Using models in science teaching - Social Change & the Pressing Issues of Our Time (for Mrs Lynn eyes only) - International arab bank of tunisia - James mcbride the color of water family - Accounting Fraud Criminology and Ethics - Deborah tannen gender theory - Biological species concept advantages and disadvantages - Franke kubus kbg 110-74 fragranite onyx - Hum 105 week 4 - Words with im prefix - Bmj best practice pneumonia - Guiding principles of supervision - Patient Involvement Discussion - 350 words - Marketing Exercise 4 - Bride and groom introduction - Module 10 discussion Ethical Dilemma - Deep water training pdf