aboutsummaryrefslogtreecommitdiff
path: root/minias.h
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-07 20:41:13 +1300
committerAndrew Chambers <[email protected]>2021-10-07 20:41:13 +1300
commit34c94563338da7c2ba7ca3a3e41cd14a10a1ad2f (patch)
tree441d1b0ae06a6bab90c4dc1c46ec8d716c690a88 /minias.h
parent0e32e456f40a4069c626f941e02d4fc305a5388a (diff)
Add lea.
Diffstat (limited to 'minias.h')
-rw-r--r--minias.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/minias.h b/minias.h
index ac14154..24eacfb 100644
--- a/minias.h
+++ b/minias.h
@@ -189,16 +189,6 @@ typedef struct {
Parsev *dst;
} Instr;
-/*
-typedef Instr Add;
-typedef Instr And;
-typedef Instr Lea;
-typedef Instr Mov;
-typedef Instr Movzx;
-typedef Instr Or;
-typedef Instr Sub;
-typedef Instr Xor;
-*/
typedef Instr Xchg;
union Parsev {
@@ -208,19 +198,6 @@ union Parsev {
Balign balign;
Memarg memarg;
Instr instr;
- /*
- Add add;
- And and;
- Lea lea;
- Mov mov;
- Movzx movzx;
- Or or;
- */
- Xchg xchg;
- /*
- Xor xor;
- Sub sub;
- */
Jmp jmp;
Byte byte;
Imm imm;