OS is compulsary to work properly for any processor including 8085 since OS consist of all the instructions that guides the processor,how to react in certain situations........!
The 8085 was introduced by Intel in 1977.
The most significant difference between the Intel 8085 and 8086 microprocessors is that the 8085 is an 8-bit system and the 8086 is a 16-bit system. This difference allows the 8086 system to have a much larger set of operational instructions and can make calculations to more significant places. Note: the 8085 processor does have two 16-bit registers. The pointer and the program counter.
There is no protected mode in the 8085 microprocessor, therefore, there are no instructions that are considered privileged.
The 8085 was given its number as the next version of the 8080. The 5 means that it operates on a single 5 volt power source.
The 8085 microprocessor does not have an operating system in the modern sense, as it is a simple, 8-bit microprocessor designed for basic control and data processing tasks. It operates using machine language instructions directly executed by the hardware. Typically, developers create custom programs that run on the 8085, tailored to specific applications rather than relying on a pre-defined operating system. However, it can be used with simple monitor programs or firmware that facilitate basic input-output operations and task management.
The 8085 is an 8 bit processor, so its word length is 8 bits.
5 stands for 5 volt
The Intel 8085 was the successor of the 8080, an early 8 bit processor, used most famously in the Altair. (Microsoft wrote Microsoft BASIC for the 8085 Altair). The boom of home computers took off with the Zilog Z80, a compatible processor but had more features. Today the 8085 isn't used much commercially, the 8051 is a more common 8 bit processor for embedded systems. However the 8085 is extremely popular in engineering schools in the middle east, especially India, as an introductory course to microcomputers.
The operating frequency of 8085 is 3 mhz to 5 mhz
The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.
No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.
In an 8085 system, the memory word size required is 8 bits. This means that each memory location can store 8 bits or one byte of data. The 8085 processor accesses memory locations using these 8-bit memory addresses to read or write data during program execution. The memory word size of 8 bits allows the 8085 system to handle data in small, manageable chunks efficiently.