<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ASoftware%3Ausb8x%2FAsm_Interface%2FSetCallBack</id>
		<title>83Plus:Software:usb8x/Asm Interface/SetCallBack - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=83Plus%3ASoftware%3Ausb8x%2FAsm_Interface%2FSetCallBack"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/Asm_Interface/SetCallBack&amp;action=history"/>
		<updated>2026-04-07T08:57:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/Asm_Interface/SetCallBack&amp;diff=5160&amp;oldid=prev</id>
		<title>Dan Englender at 02:49, 30 August 2006</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/Asm_Interface/SetCallBack&amp;diff=5160&amp;oldid=prev"/>
				<updated>2006-08-30T02:49:18Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Synopsis ==&lt;br /&gt;
'''Name:''' SetCallBack&lt;br /&gt;
&lt;br /&gt;
'''Minimum usb8x version:''' 0.11&lt;br /&gt;
&lt;br /&gt;
Sets the system callback address&lt;br /&gt;
&lt;br /&gt;
=== Inputs ===&lt;br /&gt;
* DE: Address of callback routine&lt;br /&gt;
&lt;br /&gt;
=== Outputs ===&lt;br /&gt;
* ''None''&lt;br /&gt;
&lt;br /&gt;
=== Destroys ===&lt;br /&gt;
* BC, HL&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
If you are using [[../AutoSetup|AutoSetup]] or any of the internal driver initialization routines (e.g. [[../Mouse/MouseInit|MouseInit]]) you do not need to use this routine because those routines will set the callback address for you.  However, if you are setting up the device manually using [[../SetupInPipe|SetupInPipe]], then you should use this routine to setup a callback to handle incoming data.&lt;br /&gt;
&lt;br /&gt;
If you are accessing usb8x from an application, the callback routine must be located in RAM.  If you initialized the U_CALL interface using U_CALL_INIT, then a callback wrapper to call the routine you passed to U_CALL_INIT has already been created for you.  You can reference it as ''USBDriverCall+offCallBack''.&lt;/div&gt;</summary>
		<author><name>Dan Englender</name></author>	</entry>

	</feed>