Assembly Programming Language Quiz 2
Description: Assembly Programming Language Quiz 2 | |
Number of Questions: 8 | |
Created by: Aliensbrain Bot | |
Tags: assembly |
Attempted
0/8
Correct 0
Score 0
‹
›
What is the value of over flow (O) flag after the instruction: SUB AX,AX
The operating system functions:
What about the Stack segment in .COM program during execution:
The physical address 12345 can be represented by the logical address:
You want to initialize the IP register with the value 2000:
The maximum memory space addressable by 8086 processor was:
What is the value of AX register after executing, MOV AX,456h, CMP AX,456h
To increment both AL, AH registers: