Implement push rr

This commit is contained in:
2021-02-23 22:38:10 +00:00
parent f6e68231fd
commit c8756dafa6
3 changed files with 29 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ package cpu_pkg;
typedef enum {
OP_SRC_A,
OP_SRC_F,
OP_SRC_REG8,
OP_SRC_OPERAND8,
OP_SRC_MEMORY,