From: cuz Date: Sun, 21 Dec 2003 10:15:35 +0000 (+0000) Subject: Minor change X-Git-Tag: V2.12.0~1009 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c76c989ab964f46c762ab65fab95043e3ce7f819;p=cc65 Minor change git-svn-id: svn://svn.cc65.org/cc65/trunk@2799 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cbm610.sgml b/doc/cbm610.sgml index 2aec8b4e9..d9c3bcdf9 100644 --- a/doc/cbm610.sgml +++ b/doc/cbm610.sgml @@ -226,10 +226,10 @@ Since the program runs in bank 1, and the kernal and all I/O chips are located in bank 15, calling ROM routines or accessing hardware needs special code. The cc65 runtime implements wrappers for all functions in the kernal jump table. While this simplifies things, it should be noted that the wrappers do have -quite an impact on performance: A cross bank call has an extra 50-100us +quite an impact on performance: A cross bank call has an extra 300µs penalty added by the wrapper. - + Other hints