Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using NASM, using jz, cmp, flags, loops also use the register 32 bit Task: Design and write an assembly code that will determine if a

Using NASM, using jz, cmp, flags, loops also use the register 32 bit Task:

Design and write an assembly code that will determine if a given year is a Leap Year. Things to consider

How to change a string of numbers into its numerical counterpart o Helpful Hit:

Take a 4-digit string

Get the thousands digit

Multiply by 10

Add the hundreds digit

Multiply by 10 etc..

What defines a leap year A year is a leap year if it is divisible by 4 and not divisible by 100, unless it is also divisible by 400

. Would any loops (jmp to self), or if else statements (je or jne) that would be useful Loop: ~~~~ Code ~~~~ jmp Loop Compares: cmp ~x~, ~y~ je ~~something~~ jne ~~something else sample output : Type Year: 2000 This year is a leap year type Year: 2005 This year is not a leapy year

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

2. Do you find change a. invigorating? b. stressful? _______

Answered: 1 week ago

Question

10. Are you a. a leader? b. a follower? _______

Answered: 1 week ago