Added some comment

This commit is contained in:
7u83 2024-06-05 08:36:33 +02:00
parent 46444987c3
commit ea36658f5e

View File

@ -1,5 +1,13 @@
/**
* Add two longs in xmem zero page
*
* r0 = ptr to firts arg
* r1 = ptr to second arg
* r7 = length
*
* result is in r0*
*/
void long_xadd() __naked
{