README,docs: small fixes and additions

This commit is contained in:
slederer 2024-10-24 01:18:52 +02:00
parent 11a1f40d1c
commit 0c88ed8bf3
2 changed files with 14 additions and 4 deletions

View file

@ -105,7 +105,7 @@ Note:
|LOADC|13-bit signed constant|load constant with sign-extend|
|LOADI|-|load from memory address contained in X|
|STOREI|4-bit unsigned constant|store X to memory address contained in Y, post-increment address by operand|
|LOADREL|-|load PC relative, load from memory word at an offset to the program counter|
|LOADREL|10-bit unsigned offset |load PC relative, load from memory word at an offset to the program counter|
|LOADREG|register spec|load from special register|
|STOREREG|register spec|store X to special register|
|FPADJ|10-bit signed constant|adjust FP register|