[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2
binarymover.s, 1.3, 1.4
Josh
jsherbach at users.sourceforge.net
Fri Sep 2 16:40:36 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25477
Modified Files:
binarymover.s
Log Message:
Assembly functions to move binary images from any address to the 0th address
Index: binarymover.s
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/binarymover.s,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** binarymover.s 2 Sep 2005 16:02:01 -0000 1.3
--- binarymover.s 2 Sep 2005 23:40:34 -0000 1.4
***************
*** 1,11 ****
@@@@@@@@@@@@@@@@@@@@@@@@@
! @ to create an assembly function that confirms to AAPCS (or so I think o)
! @ .func function name
! @ STMFD R13!, {R4 - R12, LR}..alternatively STMFD R13!, {registers used, LR}
! @ {function body}
! @ LDMFD R13!, {R4 - R12, PC}...must match above with LR replaced by PC
! @ .endfunc
! @@@@@@@@@@@@@@@@@@@@@@@@@@
!
.equ FLASH_READARRAY,(0x00FF)
--- 1,7 ----
@@@@@@@@@@@@@@@@@@@@@@@@@
! @ Author: Josh Herbach
! @ Revision: 1.0
! @ Date: 09/02/2005
! @@@@@@@@@@@@@@@@@@@@@@@@@@
.equ FLASH_READARRAY,(0x00FF)
More information about the Tinyos-beta-commits
mailing list