diff --git a/doc/sim65.sgml b/doc/sim65.sgml
index a6be5a14f..ff66079a1 100644
--- a/doc/sim65.sgml
+++ b/doc/sim65.sgml
@@ -115,12 +115,11 @@ The
int open (const char* name, int flags, ...);
@@ -129,6 +128,10 @@ for simple file input and output:
int __fastcall__ write (int fd, const void* buf, unsigned count);
+These built-in functions can be used with
+Creating a Test in Assembly