summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-26 18:02:50 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-26 18:03:06 +0200
commitd9dd10cd6a69f6da102814ebefe1d7ad2a32a020 (patch)
tree44ffd669d103100bd136508a5b79d2b12ddb5465 /tpu.h
parented666b4fd98ad168f735b814cf74e77ef5c52794 (diff)
downloadtis100-d9dd10cd6a69f6da102814ebefe1d7ad2a32a020.tar.gz
tis100-d9dd10cd6a69f6da102814ebefe1d7ad2a32a020.zip
Revert adding AND/NOT
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tpu.h b/tpu.h
index 5839841..a6b5845 100644
--- a/tpu.h
+++ b/tpu.h
@@ -15,8 +15,10 @@ enum tpu_status {
};
enum tpu_inst_type {
- 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
+ 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
};
enum tpu_inst_op_type {