mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-12-03 09:50:26 +00:00
Revising comments.
This commit is contained in:
parent
99fc2c9feb
commit
9a8cb12c8e
@ -42,8 +42,8 @@
|
||||
; BRO xxyy 0a yy xx PC <- PC + xxyy - branch if overflow (after arithmetic operations)
|
||||
; BRU xxyy 0b yy xx PC <- PC + xxyy - branch if underflow (after arithmetic operations)
|
||||
; CPR pq 0c pq Rp <- Rq - copy register
|
||||
; LDI pq 0d pq Rp <- (int(Rq)) - load indirect via allocated memory offset
|
||||
; SVI pq 0e pq (int(Rp)) <- Rq - save indirect via allocated memory offset
|
||||
; LDI pq 0d pq Rp <- (int(Rq)) - load indirect via index to allocated memory (offset = index * 4)
|
||||
; SVI pq 0e pq (int(Rp)) <- Rq - save indirect via index to allocated memory (offset = index * 4)
|
||||
; CMR pq 0f pq F <- Rp <=> Rq - compare registers
|
||||
|
||||
; 40 bytes in page zero for common registers
|
||||
|
Loading…
Reference in New Issue
Block a user