- 1
Write a directive in assembly language, simple one, only one line
Write directives to: i. Initialize a value of 0xFF with a label âConstantâ in the EEPROM location 0xA5.
1 Answer
0
I think it would look something like this:
ORG 0xA5
Constant DB 0xFF