From 26d436b90d1dc7fee4b178965f1430458b399ebf Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 27 May 2019 14:57:31 -0400 Subject: [PATCH] separating standard file I/O from low-level paravirtualization --- doc/sim65.sgml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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