diff options
Diffstat (limited to 'subx/010core.cc')
-rw-r--r-- | subx/010core.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/subx/010core.cc b/subx/010core.cc index 8040a645..a23418db 100644 --- a/subx/010core.cc +++ b/subx/010core.cc @@ -1,4 +1,6 @@ -//:: simulated x86 registers +//:: simulated x86 registers; just a subset +//: assume segment registers are hard-coded to 0 +//: no floating-point, MMX, etc. yet :(before "End Types") enum { |