Added some comment
This commit is contained in:
parent
46444987c3
commit
ea36658f5e
10
long_xadd.c
10
long_xadd.c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user