diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-07 09:36:24 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-07 09:36:24 -0700 |
commit | 4bd643356ff9c256c32170f4daaf1030196fcde1 (patch) | |
tree | 6ca62650eee3ab0b49492c960e343ab882e32751 /subx | |
parent | 486413fdde630103451f0d697621dfaf83cbf4bf (diff) | |
download | mu-4bd643356ff9c256c32170f4daaf1030196fcde1.tar.gz |
4319
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 2 |
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. |