summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-26 07:54:02 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-26 07:54:02 +0200
commit756e5b07f45852fcda14b58822ca66e1c0f05d0c (patch)
treeb4b570b0eff20a7cf0007dc52392ccf7bd120d73 /tpu.h
parent565355c91601043b5e599bc7e79ee7f1d3140e21 (diff)
downloadtis100-756e5b07f45852fcda14b58822ca66e1c0f05d0c.tar.gz
tis100-756e5b07f45852fcda14b58822ca66e1c0f05d0c.zip
Remove jgz/jlz and add not/and instructions
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tpu.h b/tpu.h
index a6b5845..5839841 100644
--- a/tpu.h
+++ b/tpu.h
@@ -15,10 +15,8 @@ enum tpu_status {
};
enum tpu_inst_type {
- INST_NOP, INST_MOV, INST_SWP, INST_SAV,
- INST_ADD, INST_SUB, INST_NEG, INST_JMP,
- INST_JEZ, INST_JNZ, INST_JGZ, INST_JLZ,
- INST_JRO
+ INST_NOP, INST_MOV, INST_SWP, INST_SAV, INST_ADD, INST_SUB, INST_NEG,
+ INST_NOT, INST_AND, INST_JMP, INST_JEZ, INST_JNZ, INST_JRO
};
enum tpu_inst_op_type {