Presentation is loading. Please wait.

Presentation is loading. Please wait.

Calculator in assembly language

Similar presentations


Presentation on theme: "Calculator in assembly language "— Presentation transcript:

1

2

3

4

5

6

7

8

9

10 Registers We are used in project of calculator 16_bit and 8_bit Registers. Name of Registers are following Name of Registers Type of RegistersPurpose of Registers Ax (16) Accumulator Input &output Ds (8) Data segment Hold data of input Dx (16) Data Hold data for out put Ah (8) Accumulator Input & output Al (8) Accumulator Input & output Bl (8) Base Hold address Cl (8) Counter For loop Dl (8) Data Hold data for out put

11 Conditional Jumps We are used in project of calculator Conditional jumps Name of Jumps are following Name of jump Purpose je Jump if equal jae Jump if above or equal jbe jbe Jump if below or equal jne jne Jump if not equal

12

13

14

15

16

17

18

19

20

21

22

23

24


Download ppt "Calculator in assembly language "

Similar presentations


Ads by Google