Day 10 Flashcards
1
Q
To be memorized
A
2
Q
I/O has two registers.
Data register
output register
describe them.
A
3
Q
Write down the character output program
A
4
Q
Explain carriage return/catridge return/CR
A
control character or mechanism used to reset a device’s position to the beginning of a line of text
5
Q
Assembly conventions - explain
- .org
- .equ
- .dc.
- dcw
- deh
- .db
- .dh
- .dn
A
- .org - define the beginning of the program
- .equ - define a label for a constant value
- .dc - 32 bit memory words allocation
- .dcw - 8 bit memory words allocation
- .deh - 16 bit memory words allocation
- .db -
- .dh
- .dn