MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is valid Little Man Computer Code?
A
INP 10
B
OUT 10
C
DAT TEN 10
D
TEN DAT 10
Explanation: 

Detailed explanation-1: -The LMC is generally used to teach students, because it models a simple von Neumann architecture computer-which has all of the basic features of a modern computer. It can be programmed in machine code (albeit in decimal rather than binary) or assembly code.

Detailed explanation-2: -It’s an instructional model of a computer, created around 1965. It models a simple Von Neumann architecture, with all the basic features of a modern computer. You can program the LMC using ‘machine code’. Machine code is normally binary numbers that represent instructions to the computer.

Detailed explanation-3: -The LMC is really not a good model of a modern computer CPU and I have made three versions of something better. The first is a RISC Simulator with a multi-register CPU and an ARM-like instruction set www.peterhigginson.co.uk/RISC. It is a 16-bit CPU with a much larger instruction set and a stack.

There is 1 question to complete.