about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--010---vm.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/010---vm.cc b/010---vm.cc
index 3d60ab5c..699fe506 100644
--- a/010---vm.cc
+++ b/010---vm.cc
@@ -3,6 +3,9 @@
 //: At the lowest level ("level 1") of abstraction, SubX executes x86
 //: instructions provided in the form of an array of bytes, loaded into memory
 //: starting at a specific address.
+//:
+//: SubX is fundamentally a translator. But having a VM to execute its
+//: translations affords greater confidence in it.
 
 //:: registers
 //: assume segment registers are hard-coded to 0