mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-27 00:30:26 +00:00
Update commentary on semantics.
This commit is contained in:
parent
1d479ec2d7
commit
724e08d4f1
@ -163,7 +163,7 @@ enum class Operation: uint8_t {
|
|||||||
XOR,
|
XOR,
|
||||||
/// NOP; no further fields.
|
/// NOP; no further fields.
|
||||||
NOP,
|
NOP,
|
||||||
/// POP from the stack to source.
|
/// POP from the stack to destination.
|
||||||
POP,
|
POP,
|
||||||
/// POP from the stack to the flags register.
|
/// POP from the stack to the flags register.
|
||||||
POPF,
|
POPF,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user