about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
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)