Minor change
git-svn-id: svn://svn.cc65.org/cc65/trunk@2799 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -226,7 +226,7 @@ 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
|
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.
|
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
|
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.
|
penalty added by the wrapper.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user