about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-07 09:36:24 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-07 09:36:24 -0700
commit4bd643356ff9c256c32170f4daaf1030196fcde1 (patch)
tree6ca62650eee3ab0b49492c960e343ab882e32751 /subx
parent486413fdde630103451f0d697621dfaf83cbf4bf (diff)
downloadmu-4bd643356ff9c256c32170f4daaf1030196fcde1.tar.gz
4319
Diffstat (limited to 'subx')
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index cbc60d51..b7741350 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -2,7 +2,7 @@
 
 Bytecode interpreter for a subset of the 32-bit x86 ISA.
 
-* Only instructions that operate on the 32-bit E*X registers. (No
+* Only instructions that operate on the 32-bit E\*X registers. (No
   floating-point yet.)
 * Only instructions that assume a flat address space; no instructions that use
   segment registers.