1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-06 15:29:30 +00:00

Amend spec with brief description of new behaviour of add.

This commit is contained in:
Chris Pressey 2017-12-07 15:34:06 +00:00
parent 75cf18d3a2
commit 0120a4e5bf

View File

@ -302,6 +302,12 @@ and initializing them afterwards.
dest and src continue to be initialized afterwards.
In addition, if dest is of `word` type, then src must also be of `word`
type, and in this case this instruction trashes the `a` register.
NOTE: If dest is a pointer, the addition does not check if the result of
the pointer arithmetic continues to be valid (within a buffer) or not.
### inc ###
inc <dest-memory-location>