about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authornc <nc@charliethe.ninja>2019-04-13 19:58:36 -0400
committernc <nc@charliethe.ninja>2019-04-13 22:07:48 -0400
commit1209ddac2b17242a001c257e661973c050d6b2e4 (patch)
tree21c62ac450e69fd4b1dc98b545860767101bed1e /subx/Readme.md
parentebb4f558699a325afc234b5125bce0d02aee370a (diff)
downloadmu-1209ddac2b17242a001c257e661973c050d6b2e4.tar.gz
Add support for escape sequences in string literals fixed traces so they can handle newlines
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index f842adfd..cc5d7b07 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -651,11 +651,6 @@ from a slice:
 * `skip-chars-matching-in-slice`: curr, end, delimiter byte -> new-curr (in `EAX`)
 * `skip-chars-not-matching-in-slice`:  curr, end, delimiter byte -> new-curr (in `EAX`)
 
-## Known issues
-
-* String literals support no escape sequences. In particular, no way to
-  represent newlines.
-
 ## Resources
 
 * [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf)