aboutsummaryrefslogtreecommitdiff
path: root/params.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-20 23:20:00 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-21 22:49:30 +0100
commit7c437e1e39f73517b458aa72f9754e165f572969 (patch)
tree1ed52f6fd8fd87fb70daf2fe6b0b14d7878ee90c /params.h
parent32c25651f707b13f5f0c27cf807521cf163dcacb (diff)
Add debugger instruction (int3)
Just compiles to an 'int3' instruction; not a full-featured debugger...
Diffstat (limited to 'params.h')
-rw-r--r--params.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/params.h b/params.h
index 175db2f..f3053dc 100644
--- a/params.h
+++ b/params.h
@@ -15,6 +15,7 @@ enum class ins_t{
turn, // $dir
scan, // #dst
create, // $is, $nbanks, $move
+ debugger, // -
__num_instructions
};