about summary refs log tree commit diff stats
path: root/010---vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010---vm.cc')
-rw-r--r--010---vm.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/010---vm.cc b/010---vm.cc
index 6675cab9..d67667f7 100644
--- a/010---vm.cc
+++ b/010---vm.cc
@@ -1,11 +1,5 @@
-//: Core data structures for simulating the SubX VM (subset of an x86 processor)
-//:
-//: 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.
+//: Core data structures for simulating the SubX VM (subset of an x86 processor),
+//: either in tests or debug aids.
 
 //:: registers
 //: assume segment registers are hard-coded to 0