And for the crowd that doesn't use MPASM ...
A shrinking crowd, but still a crowd.
This is from PM.TXT
Code:
8.2. ID
ID Expr
ID String
ID CHECKSUM
Each PICmicro MCU has a 16-bit (12-bit core) or 28-bit (14-bit core) ID.
This value can be set in one of three methods. A numeric expression or
string constant can be used for either core type. For 12-bit cores only,
the reserved word CHECKSUM may be used. This forces some PICmicro MCU
programmers to compute the checksum of the PICmicro MCU code space.
Edit: Put an @ and a space in front of it
Bookmarks