]> git.sur5r.net Git - cc65/blobdiff - doc/cc65.sgml
Remove RAM-trampoline array support
[cc65] / doc / cc65.sgml
index d87fa47a7993a143156cd88c0391babe1aa71cbe..2e480e4c3f27e71141540a6320497f48addf58e5 100644 (file)
@@ -1232,9 +1232,8 @@ parameter with the <tt/#pragma/.
 <sect1><tt>#pragma wrapped-call (&lt;push&rt;, &lt;name&gt;, &lt;identifier&gt;)</tt><label id="pragma-wrapped-call"><p>
 
   This pragma sets a wrapper for functions, often used for trampolines.
-  The name is either a function returning void and taking no parameters,
-  or the address of an array in memory (for a RAM trampoline). The identifier
-  is an 8-bit number that's set to tmp4.
+  The name is a function returning void and taking no parameters.
+  The identifier is an 8-bit number that's set to tmp4.
 
   The address of the function is passed in ptr4.