aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 1dc7f7d..6773666 100644
--- a/vis.h
+++ b/vis.h
@@ -34,7 +34,28 @@ enum Reg {
REG_a,
REG_b,
REG_c,
- // ...
+ REG_d,
+ REG_e,
+ REG_f,
+ REG_g,
+ REG_h,
+ REG_i,
+ REG_j,
+ REG_k,
+ REG_l,
+ REG_m,
+ REG_n,
+ REG_o,
+ REG_p,
+ REG_q,
+ REG_r,
+ REG_s,
+ REG_t,
+ REG_u,
+ REG_v,
+ REG_w,
+ REG_x,
+ REG_y,
REG_z,
REG_DEFAULT,
REG_LAST,