testrescue.S
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: testrescue.S,v 1.3 2001/10/03 17:15:15 bjornw Exp $
  2.  *
  3.  * Simple testcode to download by the rescue block.
  4.  * Just lits some LEDs to show it was downloaded correctly.
  5.  * 
  6.  * Copyright (C) 1999 Axis Communications AB
  7.  */
  8. #define ASSEMBLER_MACROS_ONLY
  9. #include <asm/sv_addr_ag.h>
  10. .text
  11. nop
  12. nop
  13. moveq -1, $r2
  14. move.b $r2, [R_PORT_PA_DIR]
  15. moveq 0, $r2
  16. move.b $r2, [R_PORT_PA_DATA]
  17. endless:
  18. nop
  19. ba endless
  20. nop