mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-16 15:30:26 +00:00
Amend spec with brief description of new behaviour of add
.
This commit is contained in:
parent
75cf18d3a2
commit
0120a4e5bf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user