8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
1 i\
|
|
/* Define file containing constant name and address (in mapping ram) */
|
|
2 i\
|
|
/* Contains all constants accessible to the user with mapped addresses (9 bits) */
|
|
/^[/ * ]/d
|
|
/^c\_/d
|
|
s/^\(.*\) \(.*\) \(.*\)$/#define \1 0x\2/
|