1.can roms be used instead of register in 8086 architecture?
and
2.What is the purpose of model assembler directive at the start of an Assembly program ???
Answers
Answered by
1
Explanation:
1...8086 does not have a RAM or ROM inside it. However, it has internal registers for storing intermediate and final results and interfaces with memory located outside it through the System Bus.In case of 8086, it is a 16-bit Integer processor in a 40 pin, Dual Inline Packaged IC
2.. Assembler directives supply data to the program and control the assembly process. Assembler directives enable you to do the following: Assemble code and data into specified sections. Reserve space in memory for uninitialized variables.
Similar questions