Amend spec with brief description of new behaviour of `add`.
Chris Pressey
4 years ago
300 | 300 | and initializing them afterwards. |
301 | 301 | |
302 | 302 | dest and src continue to be initialized afterwards. |
303 | ||
304 | In addition, if dest is of `word` type, then src must also be of `word` | |
305 | type, and in this case this instruction trashes the `a` register. | |
306 | ||
307 | NOTE: If dest is a pointer, the addition does not check if the result of | |
308 | the pointer arithmetic continues to be valid (within a buffer) or not. | |
303 | 309 | |
304 | 310 | ### inc ### |
305 | 311 |