1. True or false. No value can be moved directly into registers RO - R7.
- True
- False
2. The vast majority of registers in 8051 are _____ bits.
- 2
- 4
- 8
- 16
3. True or false. Assembler directives are not used by the CPU itself. They are simply a guide to the assembler.
- True
- False
4. Which of the following files is produced by an 8051 assembler ? (a) myprog.asm (b),myprog.obj (c) myprog.hex (d) myprog.lst
- (b)
- (d)
- Both (b) and (d)
- (c)
5. Which of the following files lists syntax errors? (a) myprog.asm (b) myprog.obj (c) myprog.hex (d) myprog.lst
- (a)
- (d)
- (a)
- (c)