about summary refs log tree commit diff stats
path: root/subx/052kernel_string_equal.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-02 14:26:40 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-02 14:26:46 -0700
commit871d2227c4a07b3be580d80894db40646fc59ca9 (patch)
tree01ba684b5df8270ccbe01fc80579d3d46b17ffd9 /subx/052kernel_string_equal.subx
parent66aa96ecc74140e0f2f920deb47c12a7f6f6e515 (diff)
downloadmu-871d2227c4a07b3be580d80894db40646fc59ca9.tar.gz
4652 - new subx helper: create new segment
Diffstat (limited to 'subx/052kernel_string_equal.subx')
-rw-r--r--subx/052kernel_string_equal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/052kernel_string_equal.subx b/subx/052kernel_string_equal.subx
index fd5e2194..ead2f034 100644
--- a/subx/052kernel_string_equal.subx
+++ b/subx/052kernel_string_equal.subx
@@ -20,7 +20,7 @@
 # op          subop               mod             rm32          base        index         scale       r32
 # 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
-# main:  (if this is the last file loaded)
+# main:  (manual test if this is the last file loaded)
   e8/call  run_tests/disp32  # 'run_tests' is a function created automatically by SubX. It calls all functions that start with 'test_'.
   # exit(EAX)
   89/copy                         3/mod/direct    3/rm32/EBX    .           .             .           0/r32/EAX   .               .                 # copy EAX to EBX