1
0
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:
Thomas Harte 2023-10-31 15:09:21 -04:00
parent 1d479ec2d7
commit 724e08d4f1

View File

@ -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,